Skip to content

Commit b045539

Browse files
Update version of actions
1 parent 4f10841 commit b045539

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ext.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111

1212
- name: Use Node.js
13-
uses: actions/setup-node@v2
13+
uses: actions/setup-node@v4
1414
with:
1515
node-version: "16.x"
1616

@@ -27,7 +27,7 @@ jobs:
2727
run: npx vsce package
2828

2929
- name: Upload VSIX
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: VSIX package
3333
path: ./*.vsix

0 commit comments

Comments
 (0)