File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Upload JReleaser outputs
4848 if : always()
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v5
5050 with :
5151 name : jreleaser-release
5252 path : |
Original file line number Diff line number Diff line change 4646
4747 - name : Upload JReleaser outputs
4848 if : always()
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v5
5050 with :
5151 name : jreleaser-release
5252 path : |
Original file line number Diff line number Diff line change 4545 for x in ./*/build/reports/tests; do cp -a --parents $x ./artifacts/${x%%/*}; done
4646 zip -r artifacts.zip artifacts
4747
48- - uses : actions/upload-artifact@v4
48+ - uses : actions/upload-artifact@v5
4949 if : always()
5050 with :
5151 name : artifacts
@@ -151,7 +151,7 @@ jobs:
151151
152152 - name : Upload Gradle test reports
153153 if : always()
154- uses : actions/upload-artifact@v4
154+ uses : actions/upload-artifact@v5
155155 with :
156156 name : integration_test_reports_for_generic_contracts
157157 path : generic-contracts/build/reports/tests/integrationTest
You can’t perform that action at this time.
0 commit comments