File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
run : ./mvnw test
44
44
- name : Upload test results
45
45
if : always()
46
- uses : actions/upload-artifact@v3
46
+ uses : actions/upload-artifact@v4
47
47
with :
48
48
name : Test artifacts
49
49
retention-days : 21
62
62
pull-requests : write
63
63
steps :
64
64
- name : Download artifacts
65
- uses : actions/download-artifact@v3
65
+ uses : actions/download-artifact@v4
66
66
with :
67
67
path : artifacts
68
68
- name : Publish test results
@@ -139,7 +139,7 @@ jobs:
139
139
JRELEASER_NEXUS2_PASSWORD : ${{ secrets.JRELEASER_DEPLOY_MAVEN_NEXUS2_PASSWORD }}
140
140
# Upload JRelease debug log
141
141
- name : JReleaser output
142
- uses : actions/upload-artifact@v3
142
+ uses : actions/upload-artifact@v4
143
143
if : always()
144
144
with :
145
145
name : jreleaser-release
You can’t perform that action at this time.
0 commit comments