Skip to content

Commit e2143fc

Browse files
committed
Bump CI artifact to v4.
1 parent 0aa2448 commit e2143fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build wheels
3131
run: python -m cibuildwheel --output-dir wheelhouse
3232

33-
- uses: actions/upload-artifact@v3
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
path: ./wheelhouse/*.whl
3636

@@ -47,7 +47,7 @@ jobs:
4747
- name: Build sdist
4848
run: pipx run build --sdist
4949

50-
- uses: actions/upload-artifact@v3
50+
- uses: actions/upload-artifact@v4
5151
with:
5252
path: dist/*.tar.gz
5353

@@ -56,7 +56,7 @@ jobs:
5656
needs: [build_wheels, build_sdist]
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/download-artifact@v3
59+
- uses: actions/download-artifact@v4
6060
with:
6161
name: artifact
6262
path: dist

0 commit comments

Comments
 (0)