Skip to content

Commit 6017e83

Browse files
authored
Merge pull request #7 from leebeanbin/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 4 to 6
2 parents a08c3f4 + e2207ea commit 6017e83

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
@@ -32,7 +32,7 @@ jobs:
3232
run: twine check dist/*
3333

3434
- name: Store the distribution packages
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v6
3636
with:
3737
name: python-package-distributions
3838
path: dist/

0 commit comments

Comments
 (0)