diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 6f5caf0db1d..b0c6341e340 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -86,7 +86,7 @@ jobs: # Download cached remote files (artifacts) from GitHub - name: Download remote data from GitHub - uses: dawidd6/action-download-artifact@v2.11.0 + uses: dawidd6/action-download-artifact@v2.11.1 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 c989a3ba7e7..978054f112d 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.11.0 + uses: dawidd6/action-download-artifact@v2.11.1 with: workflow: cache_data.yaml workflow_conclusion: success