Skip to content

Commit c4f945e

Browse files
build(deps): bump actions/download-artifact from 4 to 6 (#1876)
[skip ci] Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08d40fa commit c4f945e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
with:
165165
node-version: 22
166166
registry-url: "https://registry.npmjs.org"
167-
- uses: actions/download-artifact@v4
167+
- uses: actions/download-artifact@v6
168168
with:
169169
name: npm-package
170170
path: dist
@@ -199,11 +199,11 @@ jobs:
199199
node-version: 22
200200
- name: Setup
201201
run: npm install
202-
- uses: actions/download-artifact@v4
202+
- uses: actions/download-artifact@v6
203203
with:
204204
name: npm-package
205205
path: dist
206-
- uses: actions/download-artifact@v4
206+
- uses: actions/download-artifact@v6
207207
with:
208208
name: debug-symbols
209209
path: dist/debug-symbols

0 commit comments

Comments
 (0)