diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index b1dd5f571f6..c44260ad74f 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -51,7 +51,7 @@ jobs: args: website_and_docs/public/ --check-anchors - name: Archive hyperlink results - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: hyperlink-report path: website_and_docs/tmp/.hyperlink/hyperlink.log