Skip to content

Commit ef768fd

Browse files
chore(deps): bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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>
1 parent 3cf71ba commit ef768fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
permissions:
8484
contents: write
8585
steps:
86-
- uses: actions/download-artifact@v4
86+
- uses: actions/download-artifact@v8
8787
with:
8888
name: vsix
8989
- name: 创建/更新 GitHub Release 并附带 .vsix
@@ -109,7 +109,7 @@ jobs:
109109
node-version: 22
110110
cache: 'pnpm'
111111
- run: pnpm install --frozen-lockfile
112-
- uses: actions/download-artifact@v4
112+
- uses: actions/download-artifact@v8
113113
with:
114114
name: vsix
115115
- name: 发布到 VS Code Marketplace

0 commit comments

Comments
 (0)