diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 20b29d0..46d60d8 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -96,7 +96,7 @@ jobs: fetch-depth: 0 - name: Fetch build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: docs-build-${{ github.sha }} path: site @@ -119,7 +119,7 @@ jobs: fetch-depth: 0 - name: Fetch build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: docs-build-${{ github.sha }} path: site