Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v3 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 7a6b9a5 commit e5b855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
needs: build
if: success()
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
- run: npx vsce publish --packagePath $(find . -iname *.vsix)
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit e5b855a

Please sign in to comment.