Skip to content

Commit eb664aa

Browse files
chore(deps): bump actions/download-artifact in the actions group (#628)
Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 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 51e7433 commit eb664aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
sudo apt-get update
188188
sudo apt-get install -y --no-install-recommends libssl-dev
189189
190-
- uses: actions/download-artifact@v4
190+
- uses: actions/download-artifact@v5
191191
with:
192192
name: cibw-sdist
193193
path: dist
@@ -263,7 +263,7 @@ jobs:
263263
needs: [build_wheels, build_sdist, test_sdist, bootstrap_build]
264264
runs-on: ubuntu-latest
265265
steps:
266-
- uses: actions/download-artifact@v4
266+
- uses: actions/download-artifact@v5
267267
with:
268268
pattern: cibw-*
269269
merge-multiple: true
@@ -283,7 +283,7 @@ jobs:
283283
id-token: write
284284
attestations: write
285285
steps:
286-
- uses: actions/download-artifact@v4
286+
- uses: actions/download-artifact@v5
287287
with:
288288
pattern: cibw-*
289289
merge-multiple: true

0 commit comments

Comments
 (0)