Skip to content

Commit c1a83c8

Browse files
author
taras
committed
Use upload-artifact@v4
1 parent 4c9f468 commit c1a83c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: python -m build -s
3030

3131
- name: Publish source dist to github
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: dist
3535
path: dist/*.tar.*
@@ -89,7 +89,7 @@ jobs:
8989
env:
9090
CIBW_BUILD_VERBOSITY: 1
9191

92-
- uses: actions/upload-artifact@v3
92+
- uses: actions/upload-artifact@v4
9393
with:
9494
name: dist
9595
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)