Skip to content

Commit 1652bcc

Browse files
committed
Update .github/workflows/wheel.yml
1 parent f258e6a commit 1652bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
CIBW_ENABLE: cpython-freethreading
3434
CIBW_ARCHS_MACOS: universal2
3535
- name: Upload artifacts
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: dist-${{ matrix.platform }}
3939
path: wheelhouse
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Merge artifacts
46-
uses: actions/upload-artifact/merge@v4
46+
uses: actions/upload-artifact/merge@v5
4747
with:
4848
name: dist
4949
delete-merged: true

0 commit comments

Comments
 (0)