Skip to content

Commit

Permalink
Merge pull request #498 from tonybaloney/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
tonybaloney authored Nov 6, 2023
2 parents 4d4ca55 + 40b2489 commit 1c8d864
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@v2
- uses: actions/upload-artifact@v3
with:
path: "*.vsix"

0 comments on commit 1c8d864

Please sign in to comment.