diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb11ad843..7bd98cd32 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@v23 + uses: dawidd6/action-download-artifact@v24 with: workflow: cache.yml branch: main diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index 1b339996c..642f4254e 100644 --- a/.github/workflows/collab.yml +++ b/.github/workflows/collab.yml @@ -43,7 +43,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 2108e616a..95ec5b4dd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,7 +55,7 @@ jobs: run: pip list # Download Build Cache from cache.yml - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v23 + uses: dawidd6/action-download-artifact@v24 with: workflow: cache.yml branch: main