Skip to content

Commit 6b67c73

Browse files
authored
Update release.yml: upgrade upload action to v4
1 parent 1ea07ec commit 6b67c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
extras-require: publishing
1818
- name: Build wheel and source distribution
1919
run: python -m build
20-
- uses: actions/upload-artifact@v3
20+
- uses: actions/upload-artifact@v4
2121
with:
2222
path: dist/*
2323

0 commit comments

Comments
 (0)