diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef3a261e..c9c39337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: julia --project=lectures --threads auto -e 'using Pkg; Pkg.instantiate();' # Download Jupyter Book Cache - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 with: workflow: cache.yml branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d519a6be..b7330f3b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: julia --project=lectures --threads auto -e 'using Pkg; Pkg.instantiate();' # Download Jupyter Book Cache - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 with: workflow: cache.yml branch: main