Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit c4794bb

Browse files
Bump actions/upload-artifact from 4 to 6 (#117)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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 1f8da02 commit c4794bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
before-script-linux: "yum install openssl-devel devtoolset-10-libatomic-devel perl-IPC-Cmd -y"
127127

128128
- name: Upload wheels
129-
uses: actions/upload-artifact@v4
129+
uses: actions/upload-artifact@v6
130130
with:
131131
name: wheels-${{ matrix.features.package_name }}-linux-${{ matrix.platform.target }}-${{ github.ref_name }}
132132
path: dist
@@ -188,7 +188,7 @@ jobs:
188188
before-script-linux: "apt-get update && apt-get install libssl-dev pkg-config -y"
189189

190190
- name: Upload wheels
191-
uses: actions/upload-artifact@v4
191+
uses: actions/upload-artifact@v6
192192
with:
193193
name: wheels-${{ matrix.features.package_name }}-linux-${{ matrix.platform.target }}-${{ github.ref_name }}
194194
path: dist
@@ -252,7 +252,7 @@ jobs:
252252
sccache: "true"
253253

254254
- name: Upload wheels
255-
uses: actions/upload-artifact@v4
255+
uses: actions/upload-artifact@v6
256256
with:
257257
name: wheels-${{ matrix.features.package_name }}-windows-${{ matrix.platform.target }}-${{ github.ref_name }}
258258
path: dist
@@ -314,7 +314,7 @@ jobs:
314314
sccache: "true"
315315

316316
- name: Upload wheels
317-
uses: actions/upload-artifact@v4
317+
uses: actions/upload-artifact@v6
318318
with:
319319
name: wheels-${{ matrix.features.package_name }}-macos-${{ matrix.platform.target }}-${{ github.ref_name }}
320320
path: dist
@@ -332,7 +332,7 @@ jobs:
332332
args: --out dist
333333

334334
- name: Upload sdist
335-
uses: actions/upload-artifact@v4
335+
uses: actions/upload-artifact@v6
336336
with:
337337
name: wheels-sdist
338338
path: dist

0 commit comments

Comments
 (0)