Skip to content

Commit 1243acb

Browse files
Bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71787eb commit 1243acb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
needs: [build, validate]
3737
if: success() && startsWith( github.ref, 'refs/tags/')
3838
steps:
39-
- uses: actions/download-artifact@v4
39+
- uses: actions/download-artifact@v8
4040
- uses: oven-sh/setup-bun@v2
4141
- run: bunx vsce publish --packagePath $(find . -iname *.vsix)
4242
env:

0 commit comments

Comments
 (0)