Skip to content

Commit b8da063

Browse files
renovate[bot]joshbolduc
authored andcommitted
chore(deps): update actions/upload-artifact action to v4
1 parent 0eee374 commit b8da063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Package VSIX
2424
run: npm run package
2525
- name: Archive VSIX
26-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
26+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
2727
with:
2828
name: vsix
2929
path: '*.vsix'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Package VSIX
2323
run: npm run package
2424
- name: Archive VSIX
25-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
25+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
2626
with:
2727
name: vsix
2828
path: '*.vsix'

0 commit comments

Comments
 (0)