Skip to content

Commit e9c11ac

Browse files
dependabot[bot]inducer
authored andcommitted
Bump the actions group with 2 updates
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 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ba7fe3 commit e9c11ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# CIBW_BUILD_VERBOSITY: 1
3131
# VERBOSE: 1
3232

33-
- uses: actions/upload-artifact@v5
33+
- uses: actions/upload-artifact@v6
3434
with:
3535
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
3636
path: ./wheelhouse/*.whl
@@ -48,7 +48,7 @@ jobs:
4848
pipx --version
4949
pipx run build --sdist
5050
51-
- uses: actions/upload-artifact@v5
51+
- uses: actions/upload-artifact@v6
5252
with:
5353
name: cibw-sdist
5454
path: dist/*.tar.gz
@@ -66,7 +66,7 @@ jobs:
6666
permissions:
6767
id-token: write # IMPORTANT: mandatory for trusted publishing
6868
steps:
69-
- uses: actions/download-artifact@v6
69+
- uses: actions/download-artifact@v7
7070
with:
7171
pattern: cibw-*
7272
path: dist
@@ -92,7 +92,7 @@ jobs:
9292

9393
steps:
9494
- name: Download all the dists
95-
uses: actions/download-artifact@v6
95+
uses: actions/download-artifact@v7
9696
with:
9797
pattern: cibw-*
9898
path: dist/

0 commit comments

Comments
 (0)