Skip to content

Commit 2ddd6ad

Browse files
Bump actions/upload-artifact from 4 to 5 (#1875)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ef6565 commit 2ddd6ad

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
@@ -357,7 +357,7 @@ jobs:
357357
ls -lh dist/
358358
ls -l dist/
359359
360-
- uses: actions/upload-artifact@v4
360+
- uses: actions/upload-artifact@v5
361361
with:
362362
name: wasm_wheels
363363
path: dist
@@ -396,7 +396,7 @@ jobs:
396396
command: sdist
397397
args: --out dist
398398
rust-toolchain: stable
399-
- uses: actions/upload-artifact@v4
399+
- uses: actions/upload-artifact@v5
400400
with:
401401
name: pypi_files_sdist
402402
path: dist
@@ -510,7 +510,7 @@ jobs:
510510

511511
- run: twine check --strict dist/*
512512

513-
- uses: actions/upload-artifact@v4
513+
- uses: actions/upload-artifact@v5
514514
with:
515515
name: pypi_files_${{ matrix.os }}_${{ matrix.target }}_${{ matrix.interpreter || 'all' }}_${{ matrix.manylinux }}
516516
path: dist
@@ -561,7 +561,7 @@ jobs:
561561

562562
- run: ${{ (startsWith(matrix.platform.os, 'windows') && 'dir') || 'ls -lh' }} dist/
563563

564-
- uses: actions/upload-artifact@v4
564+
- uses: actions/upload-artifact@v5
565565
with:
566566
name: pypi_files_${{ matrix.platform.os }}_${{ matrix.interpreter }}
567567
path: dist

0 commit comments

Comments
 (0)