Skip to content

Commit ddfc0f9

Browse files
authored
Bumps upload-artifact to v4, and limits retention (#30)
1 parent 7c5507d commit ddfc0f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
- name: Build package
3434
run: python setup.py sdist bdist_wheel
3535
- name: Store the distribution packages
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: python-package-distributions
39+
if-no-files-found: error
40+
retention-days: 5
3941
path: dist/
4042

4143
deploy:

0 commit comments

Comments
 (0)