Skip to content

Commit 63a6040

Browse files
dependabot[bot]inducer
authored andcommitted
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5697db6 commit 63a6040

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
permissions:
6767
id-token: write # IMPORTANT: mandatory for trusted publishing
6868
steps:
69-
- uses: actions/download-artifact@v5
69+
- uses: actions/download-artifact@v6
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@v5
95+
uses: actions/download-artifact@v6
9696
with:
9797
pattern: cibw-*
9898
path: dist/

0 commit comments

Comments
 (0)