Skip to content

Commit

Permalink
[1.31] ci: Add run attempt to artefact name (#386)
Browse files Browse the repository at this point in the history
* Add run attempt to artefact name

* update changelog
  • Loading branch information
davidjumani authored Dec 24, 2024
1 parent 14472c4 commit 8e6f39c
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.31.5-patch2/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 8e6f39c

Please sign in to comment.