Skip to content

Commit ca9e1f8

Browse files
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 076e203 commit ca9e1f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python -m build --sdist --outdir=wheelhouse
2525
2626
- name: Upload sdist to github
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v5
2828
with:
2929
name: wheels-sdist
3030
path: wheelhouse/*.tar.gz
@@ -89,7 +89,7 @@ jobs:
8989
CIBW_BUILD_VERBOSITY: 1
9090

9191
- name: Upload artifacts to github
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v5
9393
with:
9494
name: wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
9595
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)