Skip to content

Commit 8f6505a

Browse files
chore(deps): bump actions/download-artifact in the actions group (#316)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e7b6f3 commit 8f6505a

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
@@ -153,7 +153,7 @@ jobs:
153153
uv venv --python "${{ steps.python.outputs.python-path }}"
154154
uv pip install pip --group test
155155
156-
- uses: actions/download-artifact@v4
156+
- uses: actions/download-artifact@v5
157157
with:
158158
name: cibw-sdist
159159
path: sdist
@@ -185,7 +185,7 @@ jobs:
185185
needs: [build_wheels, build_sdist, test_sdist]
186186
runs-on: ubuntu-latest
187187
steps:
188-
- uses: actions/download-artifact@v4
188+
- uses: actions/download-artifact@v5
189189
with:
190190
pattern: cibw-*
191191
path: dist
@@ -204,7 +204,7 @@ jobs:
204204
permissions:
205205
id-token: write
206206
steps:
207-
- uses: actions/download-artifact@v4
207+
- uses: actions/download-artifact@v5
208208
with:
209209
pattern: cibw-*
210210
path: dist

0 commit comments

Comments
 (0)