Skip to content

Commit 4e97d18

Browse files
committed
Fixing build pipeline
1 parent b03d6c9 commit 4e97d18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
contents: write
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
2828

29-
- uses: actions/setup-node@v3
29+
- uses: actions/setup-node@v4
3030
with:
3131
node-version: 18
3232

@@ -60,7 +60,7 @@ jobs:
6060
VSCE_PAT: ${{ secrets.VSCE_PAT }}
6161

6262
- name: ⬆️ Upload artifact
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: ${{ github.event.repository.name}}.vsix
6666
path: |

0 commit comments

Comments
 (0)