Skip to content

Commit 40ba172

Browse files
authored
Update CI.yml
1 parent dc6544f commit 40ba172

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sccache: 'true'
4040
manylinux: auto
4141
- name: Upload wheels
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: wheels
4545
path: dist
@@ -64,7 +64,7 @@ jobs:
6464
args: --release --out dist --find-interpreter
6565
sccache: 'true'
6666
- name: Upload wheels
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: wheels
7070
path: dist
@@ -81,7 +81,7 @@ jobs:
8181
command: sdist
8282
args: --out dist
8383
- name: Upload sdist
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: wheels
8787
path: dist
@@ -96,8 +96,6 @@ jobs:
9696
id-token: write
9797
steps:
9898
- uses: actions/download-artifact@v4
99-
with:
100-
name: wheels
10199
- name: Publish to PyPI
102100
uses: PyO3/maturin-action@v1
103101
with:

0 commit comments

Comments
 (0)