Skip to content

Commit c21faee

Browse files
authored
Update upload-artifact version to v4
1 parent 1061441 commit c21faee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
output-dir: wheelhouse
2727

28-
- uses: actions/upload-artifact@v2
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
path: ./wheelhouse/*.whl
3131

@@ -48,7 +48,7 @@ jobs:
4848
- name: Check metadata
4949
run: twine check dist/*
5050

51-
- uses: actions/upload-artifact@v2
51+
- uses: actions/upload-artifact@v4
5252
with:
5353
path: dist/*.tar.gz
5454

0 commit comments

Comments
 (0)