Skip to content

Commit 8166539

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#1679)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25a234d commit 8166539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cache: "npm"
1818
- run: npm ci
1919
- run: npx @vscode/vsce package
20-
- uses: actions/upload-artifact@v4
20+
- uses: actions/upload-artifact@v5
2121
with:
2222
path: ./*.vsix
2323
retention-days: 5

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: xvfb-run -a npm run test
2020
if: runner.os == 'Linux'
2121
- run: npx @vscode/vsce package
22-
- uses: actions/upload-artifact@v4
22+
- uses: actions/upload-artifact@v5
2323
with:
2424
path: ./*.vsix
2525
retention-days: 5

0 commit comments

Comments
 (0)