Skip to content

Commit 0f013e0

Browse files
ci: bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cc4397 commit 0f013e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ jobs:
118118
- uses: actions/checkout@v6
119119

120120
- name: Download VSCode extension
121-
uses: actions/download-artifact@v4
121+
uses: actions/download-artifact@v7
122122
with:
123123
name: vscode-extension
124124
path: ./artifacts/vscode
125125

126126
- name: Download Cursor extension
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v7
128128
with:
129129
name: cursor-extension
130130
path: ./artifacts/cursor

0 commit comments

Comments
 (0)