Skip to content

Commit

Permalink
Add run attempt to artefact name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjumani committed Dec 19, 2024
1 parent b368ab2 commit 36e6ce9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-extensions-build-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
# if: ${{ !cancelled() }}
# uses: actions/upload-artifact@v4
# with:
# name: static-analysis-report
# name: static-analysis-report-attempt-${{ github.run_attempt }}
# path: linux/amd64/analysis/scan-build-*/
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: static-analysis-report
name: static-analysis-report-attempt-${{ github.run_attempt }}
path: linux/amd64/analysis/scan-build-*/
4 changes: 4 additions & 0 deletions changelog/v1.30.6-patch6/run-attempt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
- type: NON_USER_FACING
description: >-
Add run attempt to test result upload to ensure a unique name per artefact

0 comments on commit 36e6ce9

Please sign in to comment.