Skip to content

Commit a283cf9

Browse files
chore(deps): update github artifact actions
1 parent 089ec21 commit a283cf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
CIBW_BUILD_VERBOSITY: 1
5959
CIBW_ARCHS: all
6060
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
61-
- uses: actions/upload-artifact@v4
61+
- uses: actions/upload-artifact@v5
6262
with:
6363
name: cibw-wheels-cp${{ matrix.python }}-${{ matrix.platform_id }}-${{ strategy.job-index }}
6464
path: ./wheelhouse/*.whl
@@ -76,11 +76,11 @@ jobs:
7676
run: pipx run build --sdist
7777
- name: Build sdist for cmd
7878
run: cd cmd && pipx run build
79-
- uses: actions/upload-artifact@v4
79+
- uses: actions/upload-artifact@v5
8080
with:
8181
name: cibw-sdist
8282
path: dist/*.tar.gz
83-
- uses: actions/upload-artifact@v4
83+
- uses: actions/upload-artifact@v5
8484
with:
8585
name: cibw-cmd
8686
path: cmd/dist/*
@@ -92,7 +92,7 @@ jobs:
9292
# IMPORTANT: this permission is mandatory for trusted publishing
9393
id-token: write
9494
steps:
95-
- uses: actions/download-artifact@v5
95+
- uses: actions/download-artifact@v6
9696
with:
9797
pattern: cibw-*
9898
path: dist

0 commit comments

Comments
 (0)