Skip to content

Commit 463a652

Browse files
Bump actions/upload-artifact from 4 to 6
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]>
1 parent 7a75fd8 commit 463a652

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
@@ -49,7 +49,7 @@ jobs:
4949
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
5050
manylinux: auto
5151
- name: Upload wheels
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v6
5353
with:
5454
name: wheels-linux-${{ matrix.platform.target }}
5555
path: dist
@@ -105,7 +105,7 @@ jobs:
105105
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
106106
manylinux: musllinux_1_2
107107
- name: Upload wheels
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v6
109109
with:
110110
name: wheels-musllinux-${{ matrix.platform.target }}
111111
path: dist
@@ -162,7 +162,7 @@ jobs:
162162
args: --release --out dist --find-interpreter
163163
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
164164
- name: Upload wheels
165-
uses: actions/upload-artifact@v4
165+
uses: actions/upload-artifact@v6
166166
with:
167167
name: wheels-windows-${{ matrix.platform.target }}
168168
path: dist
@@ -198,7 +198,7 @@ jobs:
198198
args: --release --out dist --find-interpreter
199199
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
200200
- name: Upload wheels
201-
uses: actions/upload-artifact@v4
201+
uses: actions/upload-artifact@v6
202202
with:
203203
name: wheels-macos-${{ matrix.platform.target }}
204204
path: dist
@@ -221,7 +221,7 @@ jobs:
221221
command: sdist
222222
args: --out dist
223223
- name: Upload sdist
224-
uses: actions/upload-artifact@v4
224+
uses: actions/upload-artifact@v6
225225
with:
226226
name: wheels-sdist
227227
path: dist

0 commit comments

Comments
 (0)