Skip to content

Commit 1976878

Browse files
chore(dependencies): update actions/upload-artifact action to v7
1 parent ad04c03 commit 1976878

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
@@ -41,7 +41,7 @@ jobs:
4141
persist-credentials: false
4242
- name: Build SDist
4343
run: pipx run build --sdist
44-
- uses: actions/upload-artifact@v6
44+
- uses: actions/upload-artifact@v7
4545
with:
4646
name: sdist
4747
path: dist/*.tar.gz

0 commit comments

Comments
 (0)