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 4343 run : ./mvnw test
4444 - name : Upload test results
4545 if : always()
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : Test artifacts
4949 retention-days : 21
6262 pull-requests : write
6363 steps :
6464 - name : Download artifacts
65- uses : actions/download-artifact@v3
65+ uses : actions/download-artifact@v4
6666 with :
6767 path : artifacts
6868 - name : Publish test results
@@ -139,7 +139,7 @@ jobs:
139139 JRELEASER_NEXUS2_PASSWORD : ${{ secrets.JRELEASER_DEPLOY_MAVEN_NEXUS2_PASSWORD }}
140140 # Upload JRelease debug log
141141 - name : JReleaser output
142- uses : actions/upload-artifact@v3
142+ uses : actions/upload-artifact@v4
143143 if : always()
144144 with :
145145 name : jreleaser-release
You can’t perform that action at this time.
0 commit comments