File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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
@@ -185,7 +185,7 @@ jobs:
185185
186186 - name : Upload Gradle test reports
187187 if : always()
188- uses : actions/upload-artifact@v4
188+ uses : actions/upload-artifact@v5
189189 with :
190190 name : integration_test_reports_for_hash_store
191191 path : hash-store/build/reports/tests/integrationTest
@@ -219,7 +219,7 @@ jobs:
219219
220220 - name : Upload Gradle test reports
221221 if : always()
222- uses : actions/upload-artifact@v4
222+ uses : actions/upload-artifact@v5
223223 with :
224224 name : integration_test_reports_for_table_store
225225 path : table-store/build/reports/tests/integrationTest
You can’t perform that action at this time.
0 commit comments