Skip to content

Commit de79d8f

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20158c5 commit de79d8f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/ci-actions.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ jobs:
6060
zip -r wildfly.zip wildfly
6161
cd ..
6262
- name: Persist WildFly
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: wildfly-patched-zip
6666
path: container/wildfly.zip
6767
- name: Tar Maven Repo
6868
shell: bash
6969
run: tar -czf maven-repo.tgz -C ~ .m2/repository
7070
- name: Persist Maven Repo
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v5
7272
with:
7373
name: maven-repo
7474
path: maven-repo.tgz
@@ -130,13 +130,13 @@ jobs:
130130
find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
131131
find . -name 'server.log' -type f | tar -czf server-log.tgz -T -
132132
- name: Upload failure Archive (if maven failed)
133-
uses: actions/upload-artifact@v4
133+
uses: actions/upload-artifact@v5
134134
if: failure()
135135
with:
136136
name: test-reports-incontainer-jdk${{matrix.java.name}}
137137
path: 'test-reports.tgz'
138138
- name: Upload server log artifact (if maven failed)
139-
uses: actions/upload-artifact@v4
139+
uses: actions/upload-artifact@v5
140140
if: failure()
141141
with:
142142
name: server-log-incontainer-jdk${{matrix.java.name}}
@@ -196,13 +196,13 @@ jobs:
196196
find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
197197
find . -name 'server.log' -type f | tar -czf server-log.tgz -T -
198198
- name: Upload failure Archive (if maven failed)
199-
uses: actions/upload-artifact@v4
199+
uses: actions/upload-artifact@v5
200200
if: failure()
201201
with:
202202
name: test-reports-cdi-tck-jdk${{matrix.java.name}}
203203
path: 'test-reports.tgz'
204204
- name: Upload server log artifact (if maven failed)
205-
uses: actions/upload-artifact@v4
205+
uses: actions/upload-artifact@v5
206206
if: failure()
207207
with:
208208
name: server-log-cdi-tck-jdk${{matrix.java.name}}
@@ -257,13 +257,13 @@ jobs:
257257
find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
258258
find . -name 'server.log' -type f | tar -czf server-log.tgz -T -
259259
- name: Upload failure Archive (if maven failed)
260-
uses: actions/upload-artifact@v4
260+
uses: actions/upload-artifact@v5
261261
if: failure()
262262
with:
263263
name: test-reports-cdi-tck-jdk${{matrix.java.name}}-incontainer-relaxed
264264
path: 'test-reports.tgz'
265265
- name: Upload server log artifact (if maven failed)
266-
uses: actions/upload-artifact@v4
266+
uses: actions/upload-artifact@v5
267267
if: failure()
268268
with:
269269
name: server-log-cdi-tck-jdk${{matrix.java.name}}
@@ -276,7 +276,7 @@ jobs:
276276
shell: bash
277277
run: find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
278278
- name: Upload failure Archive (if maven failed)
279-
uses: actions/upload-artifact@v4
279+
uses: actions/upload-artifact@v5
280280
if: failure()
281281
with:
282282
name: test-reports-cdi-tck-jdk${{matrix.java.name}}-relaxed
@@ -323,7 +323,7 @@ jobs:
323323
shell: bash
324324
run: find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
325325
- name: Upload failure Archive (if maven failed)
326-
uses: actions/upload-artifact@v4
326+
uses: actions/upload-artifact@v5
327327
if: failure()
328328
with:
329329
name: test-reports-no-container-jdk${{matrix.java.name}}
@@ -379,13 +379,13 @@ jobs:
379379
find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
380380
find . -name 'server.log' -type f | tar -czf server-log.tgz -T -
381381
- name: Upload failed tests artifact (if maven failed)
382-
uses: actions/upload-artifact@v4
382+
uses: actions/upload-artifact@v5
383383
if: failure()
384384
with:
385385
name: test-reports-examples
386386
path: 'test-reports.tgz'
387387
- name: Upload server log artifact (if maven failed)
388-
uses: actions/upload-artifact@v4
388+
uses: actions/upload-artifact@v5
389389
if: failure()
390390
with:
391391
name: server-log-examples
@@ -432,7 +432,7 @@ jobs:
432432
shell: bash
433433
run: find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
434434
- name: Upload failure Archive (if maven failed)
435-
uses: actions/upload-artifact@v4
435+
uses: actions/upload-artifact@v5
436436
if: failure()
437437
with:
438438
name: test-reports-cdi-tck-se-jdk${{matrix.java.name}}
@@ -467,7 +467,7 @@ jobs:
467467
shell: bash
468468
run: find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
469469
- name: Upload failure Archive (if maven failed)
470-
uses: actions/upload-artifact@v4
470+
uses: actions/upload-artifact@v5
471471
if: failure()
472472
with:
473473
name: test-reports-se-servlet-coop

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
git checkout ${{steps.metadata.outputs.current-version}}
6060
gradle -PweldVersion=${{steps.metadata.outputs.current-version}} -PweldPath=${GITHUB_WORKSPACE}
6161
- name: Upload dist ZIP file
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: dist
6565
path: ./dist/weld-*

0 commit comments

Comments
 (0)