ci: reduce artifact retention days

This commit is contained in:
Daniel Roe 2023-02-20 09:54:48 +00:00
parent fc19021022
commit b3ce9566a1

View File

@ -54,7 +54,7 @@ jobs:
- name: Cache dist - name: Cache dist
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
retention-days: 5 retention-days: 3
name: dist name: dist
path: packages/*/dist path: packages/*/dist