diff --git a/.github/workflows/java-examples.yml b/.github/workflows/java-examples.yml index 5cbcc00dd57..ffc7122ff30 100644 --- a/.github/workflows/java-examples.yml +++ b/.github/workflows/java-examples.yml @@ -119,7 +119,7 @@ jobs: mvn -B -U test "-Djdk.internal.httpclient.disableHostnameVerification=true" "-Dselenium.version=$new_version" } - name: Upload test report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: test-report-${{matrix.os}}-${{matrix.release}} diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index c44260ad74f..1ef43b1b45c 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@v6 + uses: actions/upload-artifact@v7 with: name: hyperlink-report path: website_and_docs/tmp/.hyperlink/hyperlink.log