Skip to content

Commit 41bef14

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f261831 commit 41bef14

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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@v5
36+
- uses: actions/upload-artifact@v6
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@v5
81+
- uses: actions/upload-artifact@v6
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@v5
154+
- uses: actions/upload-artifact@v6
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@v5
257+
- uses: actions/upload-artifact@v6
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@v5
119+
- uses: actions/upload-artifact@v6
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@v5
225+
- uses: actions/upload-artifact@v6
226226
if: failure()
227227
with:
228228
name: surefire-reports-JDK${{ matrix.jdk }}-${{ matrix.os }}

0 commit comments

Comments
 (0)