Skip to content

Commit 56cb93a

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 2e79a9d commit 56cb93a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/kubernetes-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
if: failure()
227227
run: |
228228
minikube logs --file=logs.txt
229-
- uses: actions/upload-artifact@v6
229+
- uses: actions/upload-artifact@v7
230230
if: failure()
231231
with:
232232
name: ${{ matrix.quickstart }} minikube logs

.github/workflows/project_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cd quickstarts
3434
mvn -U -B -fae clean install -Drelease -P-provisioned-server,-bootable-jar
3535
shell: bash
36-
- uses: actions/upload-artifact@v6
36+
- uses: actions/upload-artifact@v7
3737
if: failure()
3838
with:
3939
name: surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}
@@ -78,7 +78,7 @@ jobs:
7878
cd quickstarts
7979
mvn -U -B -fae clean install -Drelease -P-provisioned-server,-bootable-jar -Dversion.server=${{ needs.wildfly-build.outputs.wildfly-version }}
8080
shell: bash
81-
- uses: actions/upload-artifact@v6
81+
- uses: actions/upload-artifact@v7
8282
if: failure()
8383
with:
8484
name: surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}

.github/workflows/quickstart_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
bash $FILE
152152
fi
153153
shell: bash
154-
- uses: actions/upload-artifact@v6
154+
- uses: actions/upload-artifact@v7
155155
if: failure()
156156
with:
157157
name: surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}
@@ -254,7 +254,7 @@ jobs:
254254
bash $FILE
255255
fi
256256
shell: bash
257-
- uses: actions/upload-artifact@v6
257+
- uses: actions/upload-artifact@v7
258258
if: failure()
259259
with:
260260
name: surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}

.github/workflows/quickstart_ejb-txn-remote-call_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
bash $FILE
117117
fi
118118
shell: bash
119-
- uses: actions/upload-artifact@v6
119+
- uses: actions/upload-artifact@v7
120120
if: failure()
121121
with:
122122
name: surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}
@@ -222,7 +222,7 @@ jobs:
222222
bash $FILE
223223
fi
224224
shell: bash
225-
- uses: actions/upload-artifact@v6
225+
- uses: actions/upload-artifact@v7
226226
if: failure()
227227
with:
228228
name: surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}

0 commit comments

Comments
 (0)