Skip to content

Commit 1d59704

Browse files
committed
ci(artifacts): update node version and upload artifact version
1 parent f452b72 commit 1d59704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 21
1818
- name: Check out code into the Go module directory
1919
uses: actions/checkout@v3
2020
- name: Install vsce
@@ -29,7 +29,7 @@ jobs:
2929
id: get_version
3030
run: echo "VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
3131
- name: Upload Artifcats
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: goatfile-${{ env.VERSION }}.vsix
3535
path: ./goatfile-${{ env.VERSION }}.vsix

0 commit comments

Comments
 (0)