diff --git a/.github/workflows/generate_reference_results_workflow.yml b/.github/workflows/generate_reference_results_workflow.yml index 47e537620..c45c2ddce 100644 --- a/.github/workflows/generate_reference_results_workflow.yml +++ b/.github/workflows/generate_reference_results_workflow.yml @@ -71,6 +71,6 @@ jobs: if: failure() uses: actions/upload-artifact@v4 with: - name: runs + name: system_tests_run_${{ github.run_id }}_${{ github.run_attempt }}_reference path: | runs/* diff --git a/.github/workflows/run_testsuite_workflow.yml b/.github/workflows/run_testsuite_workflow.yml index 6f3740d5d..2f08c4d36 100644 --- a/.github/workflows/run_testsuite_workflow.yml +++ b/.github/workflows/run_testsuite_workflow.yml @@ -65,7 +65,7 @@ jobs: if: ${{ failure() || inputs.upload_artifacts == 'TRUE' }} uses: actions/upload-artifact@v4 with: - name: runs + name: system_tests_run_${{ github.run_id }}_${{ github.run_attempt }} path: | runs/* - name: tidy up the docker