Skip to content

Commit 6306766

Browse files
committed
chore: update upload action version
1 parent 8b38eba commit 6306766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: yarn vs:package
7676

7777
- name: upload vsix as artifact
78-
uses: actions/upload-artifact@v2
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: vscode-ember-${{steps.gitversion.outputs.majorMinorPatch}}.vsix
8181
path: ${{github.workspace}}/vscode-ember-${{steps.gitversion.outputs.majorMinorPatch}}.vsix

0 commit comments

Comments
 (0)