Skip to content

Commit d80a9e0

Browse files
authored
Merge pull request #216 from hal/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 0763af3 + a1841ad commit d80a9e0

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)