Skip to content

Commit ae15001

Browse files
Bump the actions group with 2 updates (#73)
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9ba6e4 commit ae15001

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
env:
5454
CIBW_ARCHS: "${{ matrix.arch }}"
5555
CIBW_BUILD: "${{ matrix.python }}-*"
56-
- uses: actions/upload-artifact@v6
56+
- uses: actions/upload-artifact@v7
5757
with:
5858
name: cibw-wheels-${{ matrix.os }}-${{ matrix.arch}}-${{ strategy.job-index }}
5959
path: ./wheelhouse/*.whl
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v6
6868
- run: pipx run build --sdist
69-
- uses: actions/upload-artifact@v6
69+
- uses: actions/upload-artifact@v7
7070
with:
7171
name: cibw-sdist
7272
path: dist/*.tar.gz
@@ -82,7 +82,7 @@ jobs:
8282
id-token: write
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: actions/download-artifact@v7
85+
- uses: actions/download-artifact@v8
8686
with:
8787
pattern: cibw-*
8888
path: dist

0 commit comments

Comments
 (0)