Skip to content

Commit

Permalink
Merge pull request #519 from tonybaloney/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4
  • Loading branch information
tonybaloney authored Dec 19, 2023
2 parents 678afb4 + 51f424d commit 6f2b3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:

- name: Package VSIX
run: npm install -g vsce && vsce package
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: "*.vsix"

0 comments on commit 6f2b3cc

Please sign in to comment.