diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4aea63..e2695cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v14 + uses: dawidd6/action-download-artifact@v15 with: workflow: cache.yml branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d7c8d9c..c0a361d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v14 + uses: dawidd6/action-download-artifact@v15 with: workflow: cache.yml branch: main