Skip to content

Commit e5b4862

Browse files
chore(deps): bump actions/download-artifact from 5 to 7 (#43)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 a27a2bc commit e5b4862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
node-version: 24.x
167167

168168
- name: Download release artifact
169-
uses: actions/download-artifact@v5
169+
uses: actions/download-artifact@v7
170170
with:
171171
name: publish-dist
172172

0 commit comments

Comments
 (0)