Skip to content

Commit 20a5db5

Browse files
Merge pull request #60 from Patrick-Ehimen/dependabot/github_actions/actions/upload-artifact-6
ci: bump actions/upload-artifact from 4 to 6
2 parents 0cc4397 + 99c0e3f commit 20a5db5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm run build
5454

5555
- name: Upload build artifacts
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: build-artifacts
5959
path: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
working-directory: packages/vscode-extension
7070

7171
- name: Upload VSCode extension artifact
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v6
7373
with:
7474
name: vscode-extension
7575
path: packages/vscode-extension/*.vsix
@@ -100,7 +100,7 @@ jobs:
100100
working-directory: packages/cursor-extension
101101

102102
- name: Upload Cursor extension artifact
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v6
104104
with:
105105
name: cursor-extension
106106
path: packages/cursor-extension/*.vsix

0 commit comments

Comments
 (0)