File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
- name : Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
105
105
run : ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
106
106
- name : Upload reports (if build failed)
107
- uses : actions/upload-artifact@v2
107
+ uses : actions/upload-artifact@v4
108
108
if : failure()
109
109
with :
110
110
name : reports-examples-${{ matrix.db }}
@@ -146,7 +146,7 @@ jobs:
146
146
- name : Build and Test with ${{ matrix.db }}
147
147
run : ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
148
148
- name : Upload reports (if build failed)
149
- uses : actions/upload-artifact@v2
149
+ uses : actions/upload-artifact@v4
150
150
if : failure()
151
151
with :
152
152
name : reports-db-${{ matrix.db }}
@@ -232,7 +232,7 @@ jobs:
232
232
-Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
233
233
${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
234
234
- name : Upload reports (if build failed)
235
- uses : actions/upload-artifact@v2
235
+ uses : actions/upload-artifact@v4
236
236
if : failure()
237
237
with :
238
238
name : reports-java${{ matrix.java.name }}
You can’t perform that action at this time.
0 commit comments