diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6d2481b..ce13bf30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v23 + 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 03784a1f..a908c8e1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v23 + uses: dawidd6/action-download-artifact@v24 with: workflow: cache.yml branch: main