Skip to content

Commit 4bbf468

Browse files
committed
Bump actions/upload-artifact
1 parent 18227cb commit 4bbf468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: runner.os == 'Windows'
7676
run: |
7777
npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
78-
- uses: actions/upload-artifact@v4
78+
- uses: actions/upload-artifact@v4.4.2
7979
if: (runner.os == 'Windows') && (github.event_name != 'release')
8080
with:
8181
name: ${{ steps.set-version.outputs.name }}.vsix

0 commit comments

Comments
 (0)