Skip to content

Commit 7ac50a3

Browse files
committed
ci: align failure artifact retention with repo default (30 days)
1 parent ab073cd commit 7ac50a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
uses: actions/upload-artifact@v4
207207
with:
208208
name: ci-logs
209-
retention-days: 3
209+
retention-days: 30
210210
path: |
211211
ci-logs/**
212212

0 commit comments

Comments
 (0)