Skip to content

Commit 0d1af4c

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 98c5427 commit 0d1af4c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
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

.github/workflows/pr.yml

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

0 commit comments

Comments
 (0)