Skip to content

Commit

Permalink
Update action versions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusEllyton committed Oct 25, 2024
1 parent a16e79d commit 1683df7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/package-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- cosimstudio_rework
- cosimstudio_rework_0.1.3
pull_request:

jobs:
Expand All @@ -17,10 +16,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -34,7 +33,7 @@ jobs:
run: npx vsce package

- name: Upload .vsix artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vscode-extension-${{ matrix.os }}
path: '*.vsix'

0 comments on commit 1683df7

Please sign in to comment.