File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments