Skip to content

Commit 340be50

Browse files
authored
ci: set retention on uploaded artifacts (#104)
1 parent 82f4e2f commit 340be50

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/diffscope.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
if: always() && steps.provider.outputs.configured == 'true'
9292
uses: actions/upload-artifact@v4
9393
with:
94+
retention-days: 14
9495
name: diffscope-review-${{ github.event.pull_request.number }}
9596
path: comments.json
9697
if-no-files-found: ignore

.github/workflows/eval.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
if: ${{ always() && steps.secret-check.outputs.configured == 'true' }}
105105
uses: actions/upload-artifact@v4
106106
with:
107+
retention-days: 14
107108
name: eval-reports
108109
path: |
109110
eval-current.json

0 commit comments

Comments
 (0)