Skip to content

Commit 820573a

Browse files
Bump actions/upload-artifact from 2 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 213ad93 commit 820573a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: cd extensions/vscode && npx vsce package --no-dependencies --target ${{ env.target }}
145145

146146
# 6. Upload the .vsix as an artifact
147-
- uses: actions/upload-artifact@v2
147+
- uses: actions/upload-artifact@v4
148148
with:
149149
name: ${{ env.target }}
150150
path: "extensions/vscode/*.vsix"

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: cd extensions/vscode && npx vsce package --pre-release --no-dependencies --target ${{ env.target }}
136136

137137
# 6. Upload the .vsix as an artifact
138-
- uses: actions/upload-artifact@v2
138+
- uses: actions/upload-artifact@v4
139139
with:
140140
name: ${{ env.target }}
141141
path: "extensions/vscode/*.vsix"

0 commit comments

Comments
 (0)