Skip to content

Commit fd7ba76

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

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@v4
69+
- uses: actions/download-artifact@v5
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@v4
95+
uses: actions/download-artifact@v5
9696
with:
9797
pattern: cibw-*
9898
path: dist/

0 commit comments

Comments
 (0)