diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8184683..8c0f1724 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v18 + uses: dawidd6/action-download-artifact@v21 with: workflow: cache.yml branch: main diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index 843621c0..c265383a 100644 --- a/.github/workflows/collab.yml +++ b/.github/workflows/collab.yml @@ -20,7 +20,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v18 + uses: dawidd6/action-download-artifact@v21 with: workflow: cache.yml branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bb744537..9c37c278 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@v18 + uses: dawidd6/action-download-artifact@v21 with: workflow: cache.yml branch: main