Skip to content

Commit 1c4f1d5

Browse files
authored
Update upload-artifact action to version 7
1 parent 7fccad0 commit 1c4f1d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python -m build
3434
3535
- name: Upload distributions
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: release-dists
3939
path: dist/

0 commit comments

Comments
 (0)