Skip to content

Commit 1ae3e5b

Browse files
dependabot[bot]ifduyue
authored andcommitted
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 8faaa34 commit 1ae3e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"
6767
CIBW_PLATFORM: "${{ matrix.platform }}"
6868

69-
- uses: actions/upload-artifact@v6
69+
- uses: actions/upload-artifact@v7
7070
with:
7171
name: wheels-${{ matrix.os }}-${{ matrix.build }}-${{ matrix.archs }}
7272
path: ./wheelhouse/*.whl
@@ -95,7 +95,7 @@ jobs:
9595
- name: Build sdist
9696
run: python setup.py build sdist
9797

98-
- uses: actions/upload-artifact@v6
98+
- uses: actions/upload-artifact@v7
9999
with:
100100
name: wheels-dist
101101
path: dist/*.tar.gz

0 commit comments

Comments
 (0)