Skip to content

Commit

Permalink
ci: Update actions (upload-artifact@v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgryjp authored Feb 3, 2024
1 parent 61cf988 commit 02c0330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: npm ci
- run: npm install --global vsce
- run: vsce package -o ./dist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: vsix-file
path: |
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Download already built package files
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: vsix-file
path: dist
Expand Down

0 comments on commit 02c0330

Please sign in to comment.