Skip to content

Commit a84e439

Browse files
authored
Merge pull request #196 from jelmer/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents f74d093 + 27a6815 commit a84e439

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build wheels
2626
run: python -m build --wheel
2727
- name: Upload wheels
28-
uses: actions/upload-artifact@v6
28+
uses: actions/upload-artifact@v7
2929
with:
3030
name: artifact-${{ matrix.os }}
3131
path: ./dist/*.whl
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build sdist
4343
run: python -m build --sdist
4444
- name: Upload sdist
45-
uses: actions/upload-artifact@v6
45+
uses: actions/upload-artifact@v7
4646
with:
4747
name: artifact-source
4848
path: ./dist/*.tar.gz

0 commit comments

Comments
 (0)