Skip to content

Commit b855b51

Browse files
chore(dependencies): update actions/upload-artifact action to v7 (#157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42bb751 commit b855b51

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build wheels
2828
run: python -m cibuildwheel --output-dir wheelhouse
2929

30-
- uses: actions/upload-artifact@v6
30+
- uses: actions/upload-artifact@v7
3131
with:
3232
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3333
path: ./wheelhouse/*.whl
@@ -43,7 +43,7 @@ jobs:
4343
run: pipx run build --sdist
4444
- name: Check distribution
4545
run: pipx run twine check dist/*
46-
- uses: actions/upload-artifact@v6
46+
- uses: actions/upload-artifact@v7
4747
with:
4848
name: sdist
4949
path: dist/*.tar.gz

0 commit comments

Comments
 (0)