diff --git a/.github/workflows/hero-check.yml b/.github/workflows/hero-check.yml index fa4c787..2baec83 100644 --- a/.github/workflows/hero-check.yml +++ b/.github/workflows/hero-check.yml @@ -49,7 +49,7 @@ jobs: - name: Upload the results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: hero-results path: | diff --git a/.github/workflows/reusable-build-native-and-wasm-wheels.yml b/.github/workflows/reusable-build-native-and-wasm-wheels.yml index 3b88950..c9a08eb 100644 --- a/.github/workflows/reusable-build-native-and-wasm-wheels.yml +++ b/.github/workflows/reusable-build-native-and-wasm-wheels.yml @@ -90,7 +90,7 @@ jobs: } - name: Set up Java - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: temurin java-version: "17"