From babcf6ec9a3294a72561bee3459d7b0db3ba1124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:06:45 +0000 Subject: [PATCH] ci: bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `actions/setup-java` from 5 to 6 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/hero-check.yml | 2 +- .github/workflows/reusable-build-native-and-wasm-wheels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"