Skip to content

Commit 34620f1

Browse files
committed
Update action to use upload-artifact v4
GitHub announced that v3 of actions/upload-artifact is EOL and would start brownouts on November 14th. This small change moves to v4 of this action.
1 parent b1cb5c2 commit 34620f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-vsix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
shell: bash
8888

8989
- name: Upload VSIX
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: ${{ inputs.artifact_name }}
9393
path: ${{ inputs.vsix_name }}

0 commit comments

Comments
 (0)