Skip to content

Commit aa500d9

Browse files
build(deps): bump actions/download-artifact from 4.1.9 to 4.2.1 (#575)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.9...v4.2.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e3e3a6 commit aa500d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
steps:
9191
- name: Download all the dists
92-
uses: actions/download-artifact@v4.1.9
92+
uses: actions/download-artifact@v4.2.1
9393
with:
9494
pattern: cibw-*
9595
path: dist
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Download all the dists
119-
uses: actions/download-artifact@v4.1.9
119+
uses: actions/download-artifact@v4.2.1
120120
with:
121121
pattern: cibw-*
122122
path: dist

0 commit comments

Comments
 (0)