Skip to content

Commit 94da623

Browse files
Bump actions/upload-artifact from 3 to 5 in /.github/actions/build-vsix
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2673b6b commit 94da623

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
@@ -84,7 +84,7 @@ runs:
8484
shell: bash
8585

8686
- name: Upload VSIX
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v5
8888
with:
8989
name: ${{ inputs.artifact_name }}
9090
path: ${{ inputs.vsix_name }}

0 commit comments

Comments
 (0)