Skip to content

Commit 49b20f2

Browse files
authored
Update CI.yml
Update upload/download artifact to @v4
1 parent 52b8815 commit 49b20f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sccache: 'true'
4444
manylinux: auto
4545
- name: Upload wheels
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: wheels
4949
path: dist
@@ -90,7 +90,7 @@ jobs:
9090
args: --release --out dist --find-interpreter
9191
sccache: 'true'
9292
- name: Upload wheels
93-
uses: actions/upload-artifact@v3
93+
uses: actions/upload-artifact@v4
9494
with:
9595
name: wheels
9696
path: dist
@@ -121,7 +121,7 @@ jobs:
121121
args: --release --out dist --find-interpreter
122122
sccache: 'true'
123123
- name: Upload wheels
124-
uses: actions/upload-artifact@v3
124+
uses: actions/upload-artifact@v4
125125
with:
126126
name: wheels
127127
path: dist
@@ -144,7 +144,7 @@ jobs:
144144
command: sdist
145145
args: --out dist
146146
- name: Upload sdist
147-
uses: actions/upload-artifact@v3
147+
uses: actions/upload-artifact@v4
148148
with:
149149
name: wheels
150150
path: dist
@@ -155,7 +155,7 @@ jobs:
155155
if: "startsWith(github.ref, 'refs/tags/')"
156156
needs: [linux, windows, macos, sdist]
157157
steps:
158-
- uses: actions/download-artifact@v3
158+
- uses: actions/download-artifact@v4
159159
with:
160160
name: wheels
161161
- name: Publish to PyPI

0 commit comments

Comments
 (0)