Skip to content

Commit 72a78e9

Browse files
committed
1 parent 80e4ed9 commit 72a78e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)