Skip to content

Commit

Permalink
chore(actions): update artifacts retention policy (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoalramos authored and aquemy committed May 24, 2023
1 parent eb407f8 commit 1087008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-deprecated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Upload Pipeline Artifacts
uses: actions/upload-artifact@v3
with:
retention-days: 1
name: built-artifacts
path: dist/

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Upload Pipeline Artifacts
uses: actions/upload-artifact@v3
with:
retention-days: 1
name: built-artifacts
path: dist/

Expand Down

0 comments on commit 1087008

Please sign in to comment.