Skip to content

Commit 7b18cd3

Browse files
chore(deps): Bump actions/upload-artifact from 5 to 6
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] <support@github.com>
1 parent adb83e2 commit 7b18cd3

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
@@ -45,7 +45,7 @@ jobs:
4545
before-script-linux: |
4646
dnf install -y clang-libs clang || sudo apt install llvm-dev libclang-dev clang
4747
- name: Upload wheels
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: wheels-linux-${{ matrix.platform.target }}
5151
path: dist
@@ -92,7 +92,7 @@ jobs:
9292
# before-script-linux: |
9393
# dnf install -y clang-libs clang || apt install llvm-dev libclang-dev clang
9494
# - name: Upload wheels
95-
# uses: actions/upload-artifact@v5
95+
# uses: actions/upload-artifact@v6
9696
# with:
9797
# name: wheels-musllinux-${{ matrix.platform.target }}
9898
# path: dist
@@ -171,7 +171,7 @@ jobs:
171171
args: --release --out dist --find-interpreter
172172
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
173173
- name: Upload wheels
174-
uses: actions/upload-artifact@v5
174+
uses: actions/upload-artifact@v6
175175
with:
176176
name: wheels-windows-${{ matrix.platform.target }}
177177
path: dist
@@ -222,7 +222,7 @@ jobs:
222222
args: --release --out dist --find-interpreter
223223
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
224224
- name: Upload wheels
225-
uses: actions/upload-artifact@v5
225+
uses: actions/upload-artifact@v6
226226
with:
227227
name: wheels-macos-${{ matrix.platform.target }}
228228
path: dist
@@ -249,7 +249,7 @@ jobs:
249249
command: sdist
250250
args: --out dist
251251
- name: Upload sdist
252-
uses: actions/upload-artifact@v5
252+
uses: actions/upload-artifact@v6
253253
with:
254254
name: wheels-sdist
255255
path: dist

0 commit comments

Comments
 (0)