diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b85d3bb..a4fa436 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v10 with: workflow: cache.yml branch: main diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index ae83d44..e6dced6 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@v3 + uses: dawidd6/action-download-artifact@v10 with: workflow: cache.yml branch: main diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index d32436a..da73fe9 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -27,7 +27,7 @@ jobs: environment-file: environment.yml activate-environment: quantecon - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v10 with: workflow: cache.yml branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a0b33ac..64040be 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: run: pip list # Download Build Cache from cache.yml - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v10 with: workflow: cache.yml branch: main