diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85adbaf2f..eff2b0da1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,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@v19 with: workflow: cache.yml branch: main diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index 0e9297d66..c52c01d93 100644 --- a/.github/workflows/collab.yml +++ b/.github/workflows/collab.yml @@ -33,7 +33,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@v19 with: workflow: cache.yml branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5b5ceea99..fafa06f16 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: run: pip list # Download Build Cache from cache.yml - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v18 + uses: dawidd6/action-download-artifact@v19 with: workflow: cache.yml branch: main