Skip to content

Commit 3936aa6

Browse files
authored
Name uploaded artifacts based on run id and attempt (#628)
1 parent 7737d6d commit 3936aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate_reference_results_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
if: failure()
7272
uses: actions/upload-artifact@v4
7373
with:
74-
name: runs
74+
name: system_tests_run_${{ github.run_id }}_${{ github.run_attempt }}_reference
7575
path: |
7676
runs/*

.github/workflows/run_testsuite_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: ${{ failure() || inputs.upload_artifacts == 'TRUE' }}
6666
uses: actions/upload-artifact@v4
6767
with:
68-
name: runs
68+
name: system_tests_run_${{ github.run_id }}_${{ github.run_attempt }}
6969
path: |
7070
runs/*
7171
- name: tidy up the docker

0 commit comments

Comments
 (0)