Skip to content

Commit be73ab7

Browse files
Yury-Fridlyandacarbonetto
authored andcommitted
Update benchmark CI.
Signed-off-by: Yury-Fridlyand <[email protected]>
1 parent 2b56ee7 commit be73ab7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/java-benchmark.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: recursive
3131

3232
- name: Set up JDK ${{ matrix.java }}
33-
uses: actions/setup-java@v3
33+
uses: actions/setup-java@v4
3434
with:
3535
distribution: "temurin"
3636
java-version: ${{ matrix.java }}
@@ -48,8 +48,9 @@ jobs:
4848
- name: Upload test reports
4949
if: always()
5050
continue-on-error: true
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
53-
name: test-reports-${{ matrix.java }}
53+
name: test-reports-java-${{ matrix.java }}-redis-${{ matrix.redis }}
5454
path: |
5555
java/benchmarks/build/reports/**
56+
benchmarks/results/**

0 commit comments

Comments
 (0)