Skip to content

Commit 3df57cd

Browse files
chore(deps): bump actions/download-artifact from 5 to 7
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>
1 parent cac0a8a commit 3df57cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
packages: write
7171
steps:
7272
- name: Download build artifact
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v7
7474
with:
7575
name: build-dist
7676
path: ./package

0 commit comments

Comments
 (0)