Skip to content

Commit bedff87

Browse files
build(deps): bump actions/download-artifact from 4 to 8 (#156)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f0febb commit bedff87

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
@@ -55,7 +55,7 @@ jobs:
5555

5656
# bump package.json here in the trusted job, not from the changelog artifact
5757
- run: npm version --no-git-tag-version ${{ needs.changelog.outputs.version }}
58-
- uses: actions/download-artifact@v4
58+
- uses: actions/download-artifact@v8
5959
with:
6060
name: changelog
6161

0 commit comments

Comments
 (0)