diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 9c0e0898b1c..4f79db3c9c3 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -77,7 +77,7 @@ jobs: # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub - uses: dawidd6/action-download-artifact@v2.13.0 + uses: dawidd6/action-download-artifact@v2.26.0 with: workflow: cache_data.yaml workflow_conclusion: success diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index eb8656eb3f6..36a1b7a22c0 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -99,7 +99,7 @@ jobs: # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub - uses: dawidd6/action-download-artifact@v2.13.0 + uses: dawidd6/action-download-artifact@v2.26.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 fd48cc4a050..f51d07b7346 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -102,7 +102,7 @@ jobs: # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub - uses: dawidd6/action-download-artifact@v2.13.0 + uses: dawidd6/action-download-artifact@v2.26.0 with: workflow: cache_data.yaml workflow_conclusion: success