Skip to content

Commit 5b2c45c

Browse files
⬆️ Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3912586 commit 5b2c45c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
manylinux: ${{ matrix.manylinux }}
157157
docker-options: -e UNSAFE_PYO3_SKIP_VERSION_CHECK=1
158158
- name: Upload wheels
159-
uses: actions/upload-artifact@v3
159+
uses: actions/upload-artifact@v4
160160
with:
161161
name: wheels
162162
path: dist
@@ -212,7 +212,7 @@ jobs:
212212
args: --release --out dist -i 3.13t
213213
sccache: 'true'
214214
- name: Upload wheels
215-
uses: actions/upload-artifact@v3
215+
uses: actions/upload-artifact@v4
216216
with:
217217
name: wheels
218218
path: dist
@@ -247,7 +247,7 @@ jobs:
247247
args: --release --out dist --interpreter ${{ matrix.python_version }}
248248
sccache: 'true'
249249
- name: Upload wheels
250-
uses: actions/upload-artifact@v3
250+
uses: actions/upload-artifact@v4
251251
with:
252252
name: wheels
253253
path: dist
@@ -268,7 +268,7 @@ jobs:
268268
command: sdist
269269
args: --out dist
270270
- name: Upload sdist
271-
uses: actions/upload-artifact@v3
271+
uses: actions/upload-artifact@v4
272272
with:
273273
name: wheels
274274
path: dist
@@ -291,7 +291,7 @@ jobs:
291291
- name: Build fallback wheel
292292
run: python -m build
293293
- name: Upload sdist
294-
uses: actions/upload-artifact@v3
294+
uses: actions/upload-artifact@v4
295295
with:
296296
name: wheels
297297
path: dist/*.whl

0 commit comments

Comments
 (0)