Skip to content

Commit e473989

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...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 6b031ac commit e473989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
output-dir: dist
4545

46-
- uses: actions/upload-artifact@v6
46+
- uses: actions/upload-artifact@v7
4747
with:
4848
name: wheels-${{ matrix.os }}
4949
path: dist/*.whl

.github/workflows/run-sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run : python -m pip install cython
2323
- name: Build sdist
2424
run: python setup.py sdist
25-
- uses: actions/upload-artifact@v6
25+
- uses: actions/upload-artifact@v7
2626
with:
2727
name: sdist
2828
path: dist/*.tar.gz

0 commit comments

Comments
 (0)