chore: bump actions/download-artifact from 5 to 8 (#7687)

This commit is contained in:
dependabot[bot]
2026-03-03 11:50:14 -09:00
committed by GitHub
parent 98a2a0064b
commit e9c577549f
2 changed files with 6 additions and 6 deletions

View File

@@ -241,7 +241,7 @@ jobs:
package-lock.json
test/package-lock.json
- run: SKIP_SUBMODULE_DEPS=1 npm ci
- uses: actions/download-artifact@v5
- uses: actions/download-artifact@v8
with:
name: npm-package
- run: tar -xzf package.tar.gz
@@ -275,7 +275,7 @@ jobs:
package-lock.json
test/package-lock.json
- run: SKIP_SUBMODULE_DEPS=1 npm ci
- uses: actions/download-artifact@v5
- uses: actions/download-artifact@v8
with:
name: npm-package
- run: tar -xzf package.tar.gz