diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3db20f5..de56993 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: id-token: write steps: - name: Restore html-documentation Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: html-documentation path: ./out @@ -165,7 +165,7 @@ jobs: needs: build-for-pdf steps: - name: Restore PDF Output - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: html-printable-documentation path: ./out