Skip to content

Commit 5fe0c1f

Browse files
build(deps): bump actions/download-artifact from 6 to 8 (#1925)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...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> [skip ci]
1 parent af2f31b commit 5fe0c1f

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
@@ -171,7 +171,7 @@ jobs:
171171
with:
172172
node-version: 22
173173
registry-url: "https://registry.npmjs.org"
174-
- uses: actions/download-artifact@v6
174+
- uses: actions/download-artifact@v8
175175
with:
176176
name: npm-package
177177
path: dist
@@ -223,11 +223,11 @@ jobs:
223223
node-version: 22
224224
- name: Setup
225225
run: npm install
226-
- uses: actions/download-artifact@v6
226+
- uses: actions/download-artifact@v8
227227
with:
228228
name: npm-package
229229
path: dist
230-
- uses: actions/download-artifact@v6
230+
- uses: actions/download-artifact@v8
231231
with:
232232
name: debug-symbols
233233
path: dist/debug-symbols

0 commit comments

Comments
 (0)