Skip to content

Commit cf457f7

Browse files
authored
Merge pull request #46 from wanadev/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 5173f3a + 6a505be commit cf457f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python setup.py sdist
3535
3636
- name: "Upload artifacts"
37-
uses: actions/upload-artifact@v6
37+
uses: actions/upload-artifact@v7
3838
with:
3939
name: sdist
4040
path: dist/
@@ -90,7 +90,7 @@ jobs:
9090
PIP_USE_PEP517: 1
9191

9292
- name: "Upload artifacts"
93-
uses: actions/upload-artifact@v6
93+
uses: actions/upload-artifact@v7
9494
with:
9595
name: wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}
9696
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)