Skip to content

Commit 2f2e2c4

Browse files
committed
更新workflow版本
1 parent 320ba1b commit 2f2e2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
npm install -g @vscode/vsce
9090
vsce package -o ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }}
9191
92-
- uses: actions/upload-artifact@v3
92+
- uses: actions/upload-artifact@v4
9393
with:
9494
name: ${{ steps.vars.outputs.PKG_BASENAME }}
9595
path: ${{ steps.vars.outputs.PKG_NAME }}

0 commit comments

Comments
 (0)