Skip to content

Commit e87b681

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

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: 'true'
5050
manylinux: auto
5151
- name: Upload wheels
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
with:
5454
name: wheels-linux-${{ matrix.platform.target }}
5555
path: dist
@@ -110,7 +110,7 @@ jobs:
110110
sccache: 'true'
111111
manylinux: musllinux_1_2
112112
- name: Upload wheels
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v5
114114
with:
115115
name: wheels-musllinux-${{ matrix.platform.target }}
116116
path: dist
@@ -171,7 +171,7 @@ jobs:
171171
args: --release --out dist --find-interpreter
172172
sccache: 'true'
173173
- name: Upload wheels
174-
uses: actions/upload-artifact@v4
174+
uses: actions/upload-artifact@v5
175175
with:
176176
name: wheels-windows-${{ matrix.platform.target }}
177177
path: dist
@@ -209,7 +209,7 @@ jobs:
209209
args: --release --out dist --find-interpreter
210210
sccache: 'true'
211211
- name: Upload wheels
212-
uses: actions/upload-artifact@v4
212+
uses: actions/upload-artifact@v5
213213
with:
214214
name: wheels-macos-${{ matrix.platform.target }}
215215
path: dist
@@ -234,7 +234,7 @@ jobs:
234234
command: sdist
235235
args: --out dist
236236
- name: Upload sdist
237-
uses: actions/upload-artifact@v4
237+
uses: actions/upload-artifact@v5
238238
with:
239239
name: wheels-sdist
240240
path: dist

0 commit comments

Comments
 (0)