Skip to content

Commit f171720

Browse files
Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4298118 commit f171720

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v7
2828
with:
2929
name: wheels-sdist
3030
path: wheelhouse/*.tar.gz
@@ -94,7 +94,7 @@ jobs:
9494
CIBW_BUILD_VERBOSITY: 1
9595

9696
- name: Upload artifacts to github
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@v7
9898
with:
9999
name: wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
100100
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)