diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 72a32f117d2..f97b8167a12 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -76,7 +76,7 @@ jobs: # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub - uses: dawidd6/action-download-artifact@v2.12.0 + uses: dawidd6/action-download-artifact@v2.13.0 with: workflow: cache_data.yaml workflow_conclusion: success diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 38b017fe7a0..b8112151b90 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -92,7 +92,7 @@ jobs: # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub - uses: dawidd6/action-download-artifact@v2.12.0 + uses: dawidd6/action-download-artifact@v2.13.0 with: workflow: cache_data.yaml workflow_conclusion: success diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index aff7d457fe0..ed4a9a1c555 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -97,7 +97,7 @@ jobs: # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub - uses: dawidd6/action-download-artifact@v2.12.0 + uses: dawidd6/action-download-artifact@v2.13.0 with: workflow: cache_data.yaml workflow_conclusion: success