Skip to content

Commit b4496e3

Browse files
build(deps): bump actions/download-artifact from 6 to 7 (#14)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
1 parent 0ae441b commit b4496e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
python -m build
8181
8282
- name: Download artifact
83-
uses: actions/download-artifact@v6
83+
uses: actions/download-artifact@v7
8484
with:
8585
path: dist
8686
merge-multiple: true

0 commit comments

Comments
 (0)