diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb7e84f7..f41d1f9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v24 with: workflow: cache.yml branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4f1aec3d..dba5f95b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v24 with: workflow: cache.yml branch: main