Skip to content

Commit 68ee8a2

Browse files
authored
ci: update upload-artifact action to v6 (#21)
1 parent a425dfd commit 68ee8a2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
twine check dist/*
129129
130130
- name: Upload artifacts
131-
uses: actions/upload-artifact@v3
131+
uses: actions/upload-artifact@v6
132132
with:
133133
name: dist-pure
134134
path: dist
@@ -155,7 +155,7 @@ jobs:
155155
args: ./build-wheels.sh manylinux_2_12_x86_64
156156

157157
- name: Upload artifacts
158-
uses: actions/upload-artifact@v3
158+
uses: actions/upload-artifact@v6
159159
with:
160160
name: wheelhouse-manylinux_2_12_x86_64
161161
path: wheelhouse
@@ -180,7 +180,7 @@ jobs:
180180
args: linux32 ./build-wheels.sh manylinux_2_12_i686
181181

182182
- name: Upload artifacts
183-
uses: actions/upload-artifact@v3
183+
uses: actions/upload-artifact@v6
184184
with:
185185
name: wheelhouse-manylinux_2_12_i686
186186
path: wheelhouse
@@ -205,7 +205,7 @@ jobs:
205205
args: ./build-wheels.sh manylinux_2_17_x86_64
206206

207207
- name: Upload artifacts
208-
uses: actions/upload-artifact@v3
208+
uses: actions/upload-artifact@v6
209209
with:
210210
name: wheelhouse-manylinux_2_17_x86_64
211211
path: wheelhouse
@@ -230,7 +230,7 @@ jobs:
230230
args: linux32 ./build-wheels.sh manylinux_2_17_i686
231231

232232
- name: Upload artifacts
233-
uses: actions/upload-artifact@v3
233+
uses: actions/upload-artifact@v6
234234
with:
235235
name: wheelhouse-manylinux_2_17_i686
236236
path: wheelhouse
@@ -255,7 +255,7 @@ jobs:
255255
args: ./build-wheels.sh manylinux_2_28_x86_64
256256

257257
- name: Upload artifacts
258-
uses: actions/upload-artifact@v3
258+
uses: actions/upload-artifact@v6
259259
with:
260260
name: wheelhouse-manylinux_2_28_x86_64
261261
path: wheelhouse

0 commit comments

Comments
 (0)