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 @@ -104,7 +104,7 @@ jobs:
104104 - name : Run examples in '${{ matrix.example }}' on ${{ matrix.db }}
105105 run : ./gradlew :${{ matrix.example }}:runAllExamplesOn${{ matrix.db }}
106106 - name : Upload reports (if build failed)
107- uses : actions/upload-artifact@v2
107+ uses : actions/upload-artifact@v4
108108 if : failure()
109109 with :
110110 name : reports-examples-${{ matrix.db }}
@@ -146,7 +146,7 @@ jobs:
146146 - name : Build and Test with ${{ matrix.db }}
147147 run : ./gradlew build -PshowStandardOutput -Pdocker -Pdb=${{ matrix.db }}
148148 - name : Upload reports (if build failed)
149- uses : actions/upload-artifact@v2
149+ uses : actions/upload-artifact@v4
150150 if : failure()
151151 with :
152152 name : reports-db-${{ matrix.db }}
@@ -232,7 +232,7 @@ jobs:
232232 -Porg.gradle.java.installations.paths=${{ steps.mainjdk-exportpath.outputs.path }},${{ steps.testjdk-exportpath.outputs.path }} \
233233 ${{ matrix.java.jvm_args && '-Ptest.jdk.launcher.args=' }}${{ matrix.java.jvm_args }}
234234 - name : Upload reports (if build failed)
235- uses : actions/upload-artifact@v2
235+ uses : actions/upload-artifact@v4
236236 if : failure()
237237 with :
238238 name : reports-java${{ matrix.java.name }}
You can’t perform that action at this time.
0 commit comments