Skip to content

Commit 552afa9

Browse files
Use a unique artifact name and set retention period
1 parent 370ea3e commit 552afa9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-packages.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
if: failure()
5151
uses: actions/upload-artifact@v7
5252
with:
53-
name: build-logs
53+
name: build-logs-${{ github.run_id }}-${{ github.run_attempt }}
5454
path: ${{ runner.temp }}/logs
5555
if-no-files-found: ignore
56+
retention-days: 14

0 commit comments

Comments
 (0)