Skip to content

Commit cdbab23

Browse files
chore: bump actions/download-artifact from 3 to 4.1.7 (#914)
chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 008bd7f commit cdbab23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
needs: [build-linux, build-windows, build-mac]
141141
steps:
142142
- name: Download artifacts created
143-
uses: actions/download-artifact@v3
143+
uses: actions/download-artifact@v4.1.7
144144

145145
- name: Run shasum command
146146
run: |

0 commit comments

Comments
 (0)