Skip to content

Commit 1e81474

Browse files
build(deps): bump the github-actions group with 2 updates (#4179)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7fe48f commit 1e81474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
npm run generateNonCodeFiles
5858
cp ./README.quickstart.vscode.md ./README.md
5959
npm run package -- --feature "$FEAT_NAME"
60-
- uses: actions/upload-artifact@v3
60+
- uses: actions/upload-artifact@v4
6161
with:
6262
name: artifacts
6363
path: '*.vsix'
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/checkout@v4
9696
- name: Disable engine-strict check
9797
run: sed -i -e 's/engine.strict.true/engine-strict=false/' .npmrc
98-
- uses: actions/download-artifact@v3
98+
- uses: actions/download-artifact@v4
9999
- name: Delete existing prerelease
100100
# "prerelease" (main branch) or "pre-<feature>"
101101
if: "env.TAG_NAME == 'prerelease' || startsWith(env.TAG_NAME, 'pre-')"

0 commit comments

Comments
 (0)