Skip to content

Commit

Permalink
ci(integration-test): add explicit artifact retention time
Browse files Browse the repository at this point in the history
  • Loading branch information
kenibrewer authored Feb 24, 2024
1 parent 014bfca commit 9a2af80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ jobs:
name: wheel
path: dist/*.whl
if-no-files-found: error
retention-days: 90
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: sdist
path: dist/*.tar.gz
if-no-files-found: error
retention-days: 90

0 comments on commit 9a2af80

Please sign in to comment.