Skip to content

Commit 3d69fd8

Browse files
authored
Update python-publish.yml
1 parent 8d899d1 commit 3d69fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install --upgrade pip build
3535
python -m build --sdist
3636
- name: Upload sdist
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: sdist
4040
path: dist

0 commit comments

Comments
 (0)