Skip to content

Commit aee9de7

Browse files
Merge pull request Patrick-Ehimen#61 from Patrick-Ehimen/dependabot/github_actions/actions/download-artifact-7
ci: bump actions/download-artifact from 4 to 7
2 parents 20a5db5 + 0f013e0 commit aee9de7

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)