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 544bfe7 commit b63e622Copy full SHA for b63e622
.github/workflows/performance_score_director.yml
@@ -128,7 +128,7 @@ jobs:
128
mv target/benchmarks.jar ../benchmarks-sut.jar
129
130
- name: Upload the binaries
131
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
132
with:
133
name: binaries-${{ matrix.example }}
134
path: |
@@ -233,7 +233,7 @@ jobs:
233
mv ${{ env.SANITIZED_BRANCH }}/combined.jfr ${{ env.SANITIZED_BRANCH }}/${{ matrix.example }}-${{ env.SANITIZED_BRANCH }}-combined.jfr
234
235
- name: Archive benchmark data
236
237
238
name: results-${{ matrix.example }}-${{ env.SANITIZED_BASELINE }}_vs_${{ env.SANITIZED_BRANCH }}
239
0 commit comments