Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix-233
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Oct 8, 2024
2 parents 797655f + eb0e39d commit 9c5c65a
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: windows-latest
needs: build
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.build.outputs.name }}.vsix
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: windows-latest
needs: build
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.build.outputs.name }}.vsix
- name: Create Pre-Release
Expand Down
Loading

0 comments on commit 9c5c65a

Please sign in to comment.