Skip to content

Commit ee76873

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#54)
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 9dde36a commit ee76873

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
sccache: true
8484
manylinux: auto
8585
- name: Upload wheels
86-
uses: actions/upload-artifact@v5
86+
uses: actions/upload-artifact@v6
8787
with:
8888
name: wheels-linux-${{ matrix.target }}
8989
path: dist
@@ -131,7 +131,7 @@ jobs:
131131
args: --release --out dist --interpreter 3.10
132132
sccache: true
133133
- name: Upload wheels
134-
uses: actions/upload-artifact@v5
134+
uses: actions/upload-artifact@v6
135135
with:
136136
name: wheels-windows-${{ matrix.target }}
137137
path: dist
@@ -161,7 +161,7 @@ jobs:
161161
args: --release --out dist --interpreter 3.10
162162
sccache: true
163163
- name: Upload wheels
164-
uses: actions/upload-artifact@v5
164+
uses: actions/upload-artifact@v6
165165
with:
166166
name: wheels-macos-${{ matrix.target }}
167167
path: dist
@@ -185,7 +185,7 @@ jobs:
185185
command: sdist
186186
args: --out dist
187187
- name: Upload sdist
188-
uses: actions/upload-artifact@v5
188+
uses: actions/upload-artifact@v6
189189
with:
190190
name: wheels-sdist
191191
path: dist

0 commit comments

Comments
 (0)