Skip to content

Commit

Permalink
fix upload download artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Sep 18, 2024
1 parent 694974a commit d0732ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Package Extension
run: npx vsce package --target ${{ matrix.target }}
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: vsix-${{ matrix.target }}
path: "*.vsix"
Expand All @@ -44,7 +44,7 @@ jobs:
with:
node-version: 18
- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: ./vsix
- name: Publish to Visual Studio Marketplace
Expand Down

0 comments on commit d0732ee

Please sign in to comment.