Skip to content

Commit a9b11e7

Browse files
dependabot[bot]aseyboldt
authored andcommitted
chore(deps): 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 8d3078f commit a9b11e7

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@v4
48+
uses: actions/upload-artifact@v5
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@v4
95+
# uses: actions/upload-artifact@v5
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@v4
174+
uses: actions/upload-artifact@v5
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@v4
225+
uses: actions/upload-artifact@v5
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@v4
252+
uses: actions/upload-artifact@v5
253253
with:
254254
name: wheels-sdist
255255
path: dist

0 commit comments

Comments
 (0)