Skip to content

Commit 933c2e1

Browse files
authored
Merge pull request #29 from dongbeiouba/fix/ci20250622
Upgrade actions/upload-artifact to v4
2 parents c857e91 + f029fef commit 933c2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: .venv/bin/pip install -U pip build
3636
- name: Make sdist
3737
run: .venv/bin/python -m build --sdist
38-
- uses: actions/upload-artifact@v3.1.1
38+
- uses: actions/upload-artifact@v4
3939
with:
4040
name: "tongsuopy-sdist"
4141
path: dist/tongsuopy*

0 commit comments

Comments
 (0)