Skip to content

Commit 59aeda4

Browse files
build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93ffb06 commit 59aeda4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Download all the dists
77-
uses: actions/download-artifact@v4.2.1
77+
uses: actions/download-artifact@v4.3.0
7878
with:
7979
pattern: cibw-*
8080
path: dist
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Download all the dists
104-
uses: actions/download-artifact@v4.2.1
104+
uses: actions/download-artifact@v4.3.0
105105
with:
106106
pattern: cibw-*
107107
path: dist

0 commit comments

Comments
 (0)