Skip to content

Commit f6e1b55

Browse files
authored
Update publish-to-pypi.yaml
1 parent a08e72b commit f6e1b55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
CIBW_ARCHS_LINUX: "x86_64 aarch64"
3737

3838
- name: Upload built wheels
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: wheels-${{ matrix.os }}
4242
path: wheelhouse/*.whl
@@ -62,7 +62,7 @@ jobs:
6262
run: python -m build --sdist --outdir dist
6363

6464
- name: Upload sdist
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: sdist
6868
path: dist/*.tar.gz
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v3
7777

7878
- name: Download all artifacts
79-
uses: actions/download-artifact@v3
79+
uses: actions/download-artifact@v4
8080
with:
8181
path: dist
8282

0 commit comments

Comments
 (0)