Skip to content

Commit 4b701d7

Browse files
authored
Merge pull request #9 from wanadev/dependabot/github_actions/actions/upload-artifact-7
build(deps): Bump actions/upload-artifact from 6 to 7
2 parents 9ff956f + e9e6ad0 commit 4b701d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)