We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f452b72 commit 1d59704Copy full SHA for 1d59704
.github/workflows/artifacts.yaml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: 18
+ node-version: 21
18
- name: Check out code into the Go module directory
19
uses: actions/checkout@v3
20
- name: Install vsce
@@ -29,7 +29,7 @@ jobs:
29
id: get_version
30
run: echo "VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
31
- name: Upload Artifcats
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
33
34
name: goatfile-${{ env.VERSION }}.vsix
35
path: ./goatfile-${{ env.VERSION }}.vsix
0 commit comments