Skip to content

Commit fbdf667

Browse files
Update actions/upload-artifact action to v6
1 parent 2daf277 commit fbdf667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: task test
3737

3838
- name: Upload build artifacts
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: sqlite-mcp
4242
path: build/sqlite-mcp

0 commit comments

Comments
 (0)