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 @@ -118,7 +118,7 @@ jobs:
118118 - name : Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
119119 run : ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
120120 - name : Upload reports (if build failed)
121- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
121+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
122122 if : failure()
123123 with :
124124 name : reports-examples-${{ matrix.db }}
@@ -168,7 +168,7 @@ jobs:
168168 - name : Build and Test with ${{ matrix.db }}
169169 run : ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
170170 - name : Upload reports (if build failed)
171- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
171+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
172172 if : failure()
173173 with :
174174 name : reports-db-${{ matrix.db }}
@@ -294,7 +294,7 @@ jobs:
294294 -Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
295295 ${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
296296 - name : Upload reports (if build failed)
297- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
297+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
298298 if : failure()
299299 with :
300300 name : reports-java${{ matrix.java.name }}
You can’t perform that action at this time.
0 commit comments