Skip to content

Commit 54d0edf

Browse files
authored
Merge pull request #22 from call518/dependabot/github_actions/actions/upload-artifact-7
ci(deps): bump actions/upload-artifact from 6 to 7
2 parents 98f3f01 + 4fee911 commit 54d0edf

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
@@ -33,7 +33,7 @@ jobs:
3333
run: pip install --upgrade build
3434
- name: Build distributions
3535
run: python -m build
36-
- uses: actions/upload-artifact@v6
36+
- uses: actions/upload-artifact@v7
3737
with:
3838
name: dist
3939
path: dist/

0 commit comments

Comments
 (0)