Skip to content

Commit ace3491

Browse files
build(deps): 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 00e1b6a commit ace3491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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/
@@ -92,7 +92,7 @@ jobs:
9292
PIP_USE_PEP517: 1
9393

9494
- name: "Upload artifacts"
95-
uses: actions/upload-artifact@v6
95+
uses: actions/upload-artifact@v7
9696
with:
9797
name: wheels-${{ matrix.target.os }}-${{ matrix.target.arch }}
9898
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)