diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml index da1d9b1d..00884a80 100644 --- a/.github/workflows/build_website.yml +++ b/.github/workflows/build_website.yml @@ -44,7 +44,7 @@ jobs: - name: Publishing directory for PR preview if: github.event_name == 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: site path: ./docs/target/generated-docs