Skip to content

Commit 758d509

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#457)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb5c425 commit 758d509

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
container: 'off'
142142
env: ${{ matrix.platform.custom_env }}
143143
- name: Upload wheels
144-
uses: actions/upload-artifact@v5
144+
uses: actions/upload-artifact@v6
145145
with:
146146
name: wheels-linux-${{ matrix.platform.target }}-${{ matrix.build_type.name }}
147147
path: dist
@@ -175,7 +175,7 @@ jobs:
175175
run:
176176
bash .github/musl_build.sh ${{ matrix.platform.target }} "${{ matrix.build_type.maturin_args }}" --features "${{ matrix.platform.allocator }}"
177177
- name: Upload wheels
178-
uses: actions/upload-artifact@v5
178+
uses: actions/upload-artifact@v6
179179
with:
180180
name: wheels-musllinux-${{ matrix.platform.target }}-${{ matrix.build_type.name }}
181181
path: dist
@@ -222,7 +222,7 @@ jobs:
222222
args: --release --out dist ${{ matrix.build_type.maturin_args }} --features ${{ matrix.platform.allocator || '' }}
223223
sccache: 'false'
224224
- name: Upload wheels
225-
uses: actions/upload-artifact@v5
225+
uses: actions/upload-artifact@v6
226226
with:
227227
name: wheels-windows-${{ matrix.platform.target }}-${{ matrix.build_type.name }}
228228
path: dist
@@ -260,7 +260,7 @@ jobs:
260260
args: --release --out dist ${{ matrix.build_type.maturin_args }} --features ${{ matrix.platform.allocator || '' }}
261261
sccache: 'false'
262262
- name: Upload wheels
263-
uses: actions/upload-artifact@v5
263+
uses: actions/upload-artifact@v6
264264
with:
265265
name: wheels-macos-${{ matrix.platform.target }}-${{ matrix.build_type.name }}
266266
path: dist
@@ -338,7 +338,7 @@ jobs:
338338
esac
339339
done
340340
- name: Upload wheels
341-
uses: actions/upload-artifact@v5
341+
uses: actions/upload-artifact@v6
342342
with:
343343
name: wheels-android-${{ matrix.target }}
344344
path: dist
@@ -353,7 +353,7 @@ jobs:
353353
command: sdist
354354
args: --out dist
355355
- name: Upload sdist
356-
uses: actions/upload-artifact@v5
356+
uses: actions/upload-artifact@v6
357357
with:
358358
name: wheels-sdist
359359
path: dist

0 commit comments

Comments
 (0)