Skip to content

Commit

Permalink
🚀⬆️ update actions in GitHub Actions (https://github.blog/changelog/2…
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-beot-sp committed Feb 16, 2024
1 parent 994bb25 commit d05fe73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: Install the dependencies
run: npm i

Expand All @@ -27,7 +27,7 @@ jobs:
- name: Compile and create vsix
run: vsce package
- name: Upload vsix as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{github.workspace}}/vscode-sailpoint-identitynow-*.vsix

Expand Down

0 comments on commit d05fe73

Please sign in to comment.