diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd457957..8e232e89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,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@v23 with: workflow: cache.yml branch: main diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index c851d24b..c9fad98e 100644 --- a/.github/workflows/collab.yml +++ b/.github/workflows/collab.yml @@ -22,7 +22,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@v23 with: workflow: cache.yml branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bca6883b..279d5cad 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,7 +54,7 @@ jobs: run: pip list # Download Build Cache from cache.yml - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v21 + uses: dawidd6/action-download-artifact@v23 with: workflow: cache.yml branch: main