Skip to content

Commit 903b2eb

Browse files
authored
Merge pull request #12 from call518/dependabot/github_actions/actions/upload-artifact-5
ci(deps): bump actions/upload-artifact from 4 to 5
2 parents 894e3d7 + a16689f commit 903b2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pip install --upgrade build
3232
- name: Build distributions
3333
run: python -m build
34-
- uses: actions/upload-artifact@v4
34+
- uses: actions/upload-artifact@v5
3535
with:
3636
name: dist
3737
path: dist/

0 commit comments

Comments
 (0)