Skip to content

Commit 9fa54ac

Browse files
authored
Merge pull request #40 from coldfix/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents a382315 + 02461d0 commit 9fa54ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: python setup.py sdist bdist_wheel
1818
- run: twine check dist/*
1919

20-
- uses: actions/upload-artifact@v4
20+
- uses: actions/upload-artifact@v5
2121
with: {name: dist, path: dist/}
2222

2323
pypi:

0 commit comments

Comments
 (0)