Skip to content

Commit 88d9de3

Browse files
authored
Merge pull request #19 from flozz/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents a82db62 + fa3fced commit 88d9de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python -m build --wheel
3737
3838
- name: "Upload artifacts"
39-
uses: actions/upload-artifact@v6
39+
uses: actions/upload-artifact@v7
4040
with:
4141
name: dist
4242
path: dist/

0 commit comments

Comments
 (0)