Skip to content

Commit 9c5c65a

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix-233
2 parents 797655f + eb0e39d commit 9c5c65a

File tree

4 files changed

+111
-120
lines changed

4 files changed

+111
-120
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: windows-latest
8686
needs: build
8787
steps:
88-
- uses: actions/download-artifact@v3
88+
- uses: actions/download-artifact@v4.1.7
8989
with:
9090
name: ${{ needs.build.outputs.name }}.vsix
9191
- name: Create Release

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: windows-latest
8686
needs: build
8787
steps:
88-
- uses: actions/download-artifact@v3
88+
- uses: actions/download-artifact@v4.1.7
8989
with:
9090
name: ${{ needs.build.outputs.name }}.vsix
9191
- name: Create Pre-Release

0 commit comments

Comments
 (0)