From 930b47b0b747da29a14361a37eb929ee40430322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 16:23:56 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 81bfbdf..20426e8 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -26,7 +26,7 @@ jobs: sudo apt-get install -y qemu-user-static - name: Build native binary for ${{ matrix.arch }} run: $MVN install -P prod,op,standalone,native -Dquarkus.native.container-build=true -Dquarkus.native.container-runtime-options=--platform=linux/${{ matrix.arch }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: native-binary-${{ matrix.arch }} path: op/standalone/target/*-runner diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5fe08e2..d8c072a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,7 +106,7 @@ jobs: sudo apt-get install -y qemu-user-static - name: Build native binary for ${{ matrix.arch }} run: $MVN install -P prod,op,standalone,native -Dquarkus.native.container-build=true -Dquarkus.native.container-runtime-options=--platform=linux/${{ matrix.arch }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: native-binary-${{ matrix.arch }} path: op/standalone/target/*-runner