File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : Setup Node.js
26- uses : actions/setup-node@v4
26+ uses : actions/setup-node@v5
2727 with :
2828 node-version : 20
2929 cache : npm
4646 run : npm run package -- --out artifacts/vs-code-check-${{ steps.package.outputs.version }}.vsix
4747
4848 - name : Upload VSIX artifact
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v5
5050 with :
5151 name : vs-code-check-vsix
5252 path : artifacts/*.vsix
6262
6363 steps :
6464 - name : Checkout
65- uses : actions/checkout@v4
65+ uses : actions/checkout@v5
6666 with :
6767 persist-credentials : false
6868
8484 echo "path=${notes_path}" >> "$GITHUB_OUTPUT"
8585
8686 - name : Download VSIX artifact
87- uses : actions/download-artifact@v4
87+ uses : actions/download-artifact@v5
8888 with :
8989 name : vs-code-check-vsix
9090 path : artifacts
You can’t perform that action at this time.
0 commit comments