Skip to content

Commit e73fe05

Browse files
committed
Update actions/upload-artifact to v4
1 parent ef7e972 commit e73fe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: pipx run build
1919

2020
- name: Upload SDist and wheel
21-
uses: actions/upload-artifact@v3
21+
uses: actions/upload-artifact@v4
2222
with:
2323
path: dist/*
2424
if-no-files-found: error

0 commit comments

Comments
 (0)