Skip to content

Commit d01ace7

Browse files
committed
up upload-artifact
1 parent 2369d0e commit d01ace7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: ${{ runner.os == 'Windows' }}
3232
- run: cd out && npx @vscode/vsce package --out ../extension.vsix
3333
- name: Archive production artifacts
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: extension
3737
path: |

0 commit comments

Comments
 (0)