Skip to content

Commit 7af2400

Browse files
chore(deps): bump actions/download-artifact from 3 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b99b8c1 commit 7af2400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136

137137
# Download the binary from the previous job
138138
- name: Download x86_64 linux binary
139-
uses: actions/download-artifact@v3
139+
uses: actions/download-artifact@v6
140140
with:
141141
name: node-template
142142
path: ${{ github.workspace }}

0 commit comments

Comments
 (0)