Skip to content

Commit fc58b04

Browse files
dependabot[bot]pablogsal
authored andcommitted
build(deps): 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 3c9e365 commit fc58b04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
os: ubuntu-latest
6666
cibw_archs_linux: auto32
6767
steps:
68-
- uses: actions/download-artifact@v5
68+
- uses: actions/download-artifact@v6
6969
with:
7070
name: sdist
7171
path: dist
72-
- uses: actions/download-artifact@v5
72+
- uses: actions/download-artifact@v6
7373
with:
7474
name: tests
7575
path: tests
@@ -104,11 +104,11 @@ jobs:
104104
- os: macos-14
105105
arch: arm64
106106
steps:
107-
- uses: actions/download-artifact@v5
107+
- uses: actions/download-artifact@v6
108108
with:
109109
name: sdist
110110
path: dist
111-
- uses: actions/download-artifact@v5
111+
- uses: actions/download-artifact@v6
112112
with:
113113
name: tests
114114
path: tests
@@ -163,7 +163,7 @@ jobs:
163163
runs-on: ubuntu-latest
164164
if: github.event_name == 'release' && github.event.action == 'published'
165165
steps:
166-
- uses: actions/download-artifact@v5
166+
- uses: actions/download-artifact@v6
167167
with:
168168
# with no name set, it downloads all of the artifacts
169169
path: dist

0 commit comments

Comments
 (0)