Skip to content

Commit 74c98cf

Browse files
committed
Update CI actions runtime
1 parent 2e2d2ca commit 74c98cf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -46,7 +46,7 @@ jobs:
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
@@ -62,7 +62,7 @@ jobs:
6262

6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@v5
6666
with:
6767
persist-credentials: false
6868

@@ -84,7 +84,7 @@ jobs:
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

0 commit comments

Comments
 (0)