Skip to content

Commit 78bfbf8

Browse files
dependabot[bot]manovotn
authored andcommitted
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 8081d3d commit 78bfbf8

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
@@ -132,13 +132,13 @@ jobs:
132132
find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
133133
find . -name 'server.log' -type f | tar -czf server-log.tgz -T -
134134
- name: Upload failure Archive (if maven failed)
135-
uses: actions/upload-artifact@v4
135+
uses: actions/upload-artifact@v5
136136
if: failure()
137137
with:
138138
name: test-reports-incontainer-jdk${{matrix.java.name}}
139139
path: 'test-reports.tgz'
140140
- name: Upload server log artifact (if maven failed)
141-
uses: actions/upload-artifact@v4
141+
uses: actions/upload-artifact@v5
142142
if: failure()
143143
with:
144144
name: server-log-incontainer-jdk${{matrix.java.name}}
@@ -200,13 +200,13 @@ jobs:
200200
find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
201201
find . -name 'server.log' -type f | tar -czf server-log.tgz -T -
202202
- name: Upload failure Archive (if maven failed)
203-
uses: actions/upload-artifact@v4
203+
uses: actions/upload-artifact@v5
204204
if: failure()
205205
with:
206206
name: test-reports-cdi-tck-jdk${{matrix.java.name}}
207207
path: 'test-reports.tgz'
208208
- name: Upload server log artifact (if maven failed)
209-
uses: actions/upload-artifact@v4
209+
uses: actions/upload-artifact@v5
210210
if: failure()
211211
with:
212212
name: server-log-cdi-tck-jdk${{matrix.java.name}}
@@ -259,13 +259,13 @@ jobs:
259259
find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
260260
find . -name 'server.log' -type f | tar -czf server-log.tgz -T -
261261
- name: Upload failure Archive (if maven failed)
262-
uses: actions/upload-artifact@v4
262+
uses: actions/upload-artifact@v5
263263
if: failure()
264264
with:
265265
name: test-reports-cdi-tck-jdk${{matrix.java.name}}-incontainer-relaxed
266266
path: 'test-reports.tgz'
267267
- name: Upload server log artifact (if maven failed)
268-
uses: actions/upload-artifact@v4
268+
uses: actions/upload-artifact@v5
269269
if: failure()
270270
with:
271271
name: server-log-cdi-tck-jdk${{matrix.java.name}}
@@ -278,7 +278,7 @@ jobs:
278278
shell: bash
279279
run: find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
280280
- name: Upload failure Archive (if maven failed)
281-
uses: actions/upload-artifact@v4
281+
uses: actions/upload-artifact@v5
282282
if: failure()
283283
with:
284284
name: test-reports-cdi-tck-jdk${{matrix.java.name}}-relaxed
@@ -329,7 +329,7 @@ jobs:
329329
shell: bash
330330
run: find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
331331
- name: Upload failure Archive (if maven failed)
332-
uses: actions/upload-artifact@v4
332+
uses: actions/upload-artifact@v5
333333
if: failure()
334334
with:
335335
name: test-reports-no-container-jdk${{matrix.java.name}}
@@ -383,13 +383,13 @@ jobs:
383383
find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
384384
find . -name 'server.log' -type f | tar -czf server-log.tgz -T -
385385
- name: Upload failed tests artifact (if maven failed)
386-
uses: actions/upload-artifact@v4
386+
uses: actions/upload-artifact@v5
387387
if: failure()
388388
with:
389389
name: test-reports-examples
390390
path: 'test-reports.tgz'
391391
- name: Upload server log artifact (if maven failed)
392-
uses: actions/upload-artifact@v4
392+
uses: actions/upload-artifact@v5
393393
if: failure()
394394
with:
395395
name: server-log-examples
@@ -440,7 +440,7 @@ jobs:
440440
shell: bash
441441
run: find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
442442
- name: Upload failure Archive (if maven failed)
443-
uses: actions/upload-artifact@v4
443+
uses: actions/upload-artifact@v5
444444
if: failure()
445445
with:
446446
name: test-reports-cdi-tck-se-jdk${{matrix.java.name}}
@@ -475,7 +475,7 @@ jobs:
475475
shell: bash
476476
run: find . -name '*-reports' -type d | tar -czf test-reports.tgz -T -
477477
- name: Upload failure Archive (if maven failed)
478-
uses: actions/upload-artifact@v4
478+
uses: actions/upload-artifact@v5
479479
if: failure()
480480
with:
481481
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)