Skip to content

Commit 304d0e9

Browse files
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](actions/upload-artifact@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] <support@github.com>
1 parent e870464 commit 304d0e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo apt-get install -y qemu-user-static
2727
- name: Build native binary for ${{ matrix.arch }}
2828
run: $MVN install -P prod,op,standalone,native -Dquarkus.native.container-build=true -Dquarkus.native.container-runtime-options=--platform=linux/${{ matrix.arch }}
29-
- uses: actions/upload-artifact@v6
29+
- uses: actions/upload-artifact@v7
3030
with:
3131
name: native-binary-${{ matrix.arch }}
3232
path: op/standalone/target/*-runner

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
sudo apt-get install -y qemu-user-static
107107
- name: Build native binary for ${{ matrix.arch }}
108108
run: $MVN install -P prod,op,standalone,native -Dquarkus.native.container-build=true -Dquarkus.native.container-runtime-options=--platform=linux/${{ matrix.arch }}
109-
- uses: actions/upload-artifact@v6
109+
- uses: actions/upload-artifact@v7
110110
with:
111111
name: native-binary-${{ matrix.arch }}
112112
path: op/standalone/target/*-runner

0 commit comments

Comments
 (0)