File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5757 ./mvnw ${MAVEN_ARGS} -T1C -B package -P${it_profile} -Dfabric8-httpclient-impl.name=${{inputs.http-client}} --file pom.xml
5858
5959 - name : Upload performance test results
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v6
6161 with :
62- name : performance-results-java${{ inputs.java-version }}-k8s${{ inputs.kube-version }}-${{ inputs.http-client }}
62+ name : performance-results-run-${{ github.run_id }}- java${{ inputs.java-version }}-k8s${{ inputs.kube-version }}-${{ inputs.http-client }}
6363 path : operator-framework/target/performance_test_result.json
6464 if-no-files-found : ignore
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ jobs:
4343 - uses : actions/checkout@v6
4444
4545 - name : Download all performance artifacts
46- uses : actions/download-artifact@v4
46+ uses : actions/download-artifact@v7
4747 with :
48- pattern : performance-results-*
48+ pattern : performance-results-run-${{ github.run_id }} *
4949 path : performance-results
50- merge-multiple : true
50+ merge-multiple : false
5151
5252 - name : Check for performance results
5353 id : check_results
You can’t perform that action at this time.
0 commit comments