Skip to content

Commit 7ad5d11

Browse files
committed
Try to fix CI
1 parent 8849ef7 commit 7ad5d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
if: runner.os == 'Linux'
5959
run: |
6060
npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
61-
- uses: actions/upload-artifact@v2
61+
- uses: actions/upload-artifact@v4
6262
if: runner.os == 'Linux'
6363
with:
6464
name: ${{ steps.set-version.outputs.name }}.vsix
6565
path: ${{ steps.set-version.outputs.name }}.vsix
66-
- uses: actions/upload-artifact@v2
66+
- uses: actions/upload-artifact@v4
6767
if: runner.os == 'Linux'
6868
with:
6969
name: meta

0 commit comments

Comments
 (0)