Skip to content

Commit

Permalink
ci: Bump to latest v4 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Apr 29, 2024
1 parent 620761c commit 8f309a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- run: yarn install --immutable --immutable-cache --check-cache
Expand All @@ -23,7 +23,7 @@ jobs:
run: yarn vsix

- name: Upload extension to Actions Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: shiny-vscode
path: "shiny*.vsix"
Expand Down

0 comments on commit 8f309a3

Please sign in to comment.