Skip to content

Commit

Permalink
Merge pull request #1268 from balena-os/vipulgupta2048/retention
Browse files Browse the repository at this point in the history
patch: Add retention & compression to Leviathan action artifacts
  • Loading branch information
flowzone-app[bot] authored Jan 9, 2025
2 parents 6652ce0 + 0057320 commit 221f8e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ runs:
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
if: always()
with:
if-no-files-found: error
retention-days: 7
compression-level: 7
name: ${{ steps.report-name.outputs.reportName }}
path: ${{ env.REPORTS }}

Expand Down

0 comments on commit 221f8e4

Please sign in to comment.