diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c779844a..ef3a261e 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@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: cache.yml branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e2cfb180..d519a6be 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@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: cache.yml branch: main