We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b56ee7 commit be73ab7Copy full SHA for be73ab7
.github/workflows/java-benchmark.yml
@@ -30,7 +30,7 @@ jobs:
30
submodules: recursive
31
32
- name: Set up JDK ${{ matrix.java }}
33
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
34
with:
35
distribution: "temurin"
36
java-version: ${{ matrix.java }}
@@ -48,8 +48,9 @@ jobs:
48
- name: Upload test reports
49
if: always()
50
continue-on-error: true
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
52
53
- name: test-reports-${{ matrix.java }}
+ name: test-reports-java-${{ matrix.java }}-redis-${{ matrix.redis }}
54
path: |
55
java/benchmarks/build/reports/**
56
+ benchmarks/results/**
0 commit comments