Skip to content

Commit edd0449

Browse files
authored
Update GitHub actions (#32)
1 parent aeb109a commit edd0449

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
- name: Setup npm
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: 20
2424
registry-url: https://registry.npmjs.org/
@@ -47,7 +47,7 @@ jobs:
4747
run: npx vsce package
4848

4949
- name: Archive vsix package
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v7
5151
with:
5252
name: modelica-language-server.vsix
5353
path: modelica-language-server-*.vsix
@@ -59,7 +59,7 @@ jobs:
5959
permissions:
6060
contents: write
6161
steps:
62-
- uses: actions/download-artifact@v4
62+
- uses: actions/download-artifact@v8
6363
with:
6464
name: modelica-language-server.vsix
6565

0 commit comments

Comments
 (0)