diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 971de7ec1b6..7e745252b91 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -76,7 +76,7 @@ jobs: # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub - uses: dawidd6/action-download-artifact@v2.10.0 + uses: dawidd6/action-download-artifact@v2.11.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 b7b7fd3e0a1..c989a3ba7e7 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -95,7 +95,7 @@ jobs: # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub - uses: dawidd6/action-download-artifact@v2.10.0 + uses: dawidd6/action-download-artifact@v2.11.0 with: workflow: cache_data.yaml workflow_conclusion: success