Skip to content

Commit 1979ac4

Browse files
rubysclaude
andcommitted
Fix CI: Update actions/upload-artifact to v4
The v3 action was deprecated and causing build failures. Updated to v4 to resolve the deprecation error. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dc1ffd7 commit 1979ac4

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
@@ -77,7 +77,7 @@ jobs:
7777
GOOS=darwin GOARCH=arm64 go build -ldflags "-s -w" -o navigator-darwin-arm64 ./cmd/navigator
7878
7979
- name: Upload artifacts
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: navigator-binaries
8383
path: navigator-*

0 commit comments

Comments
 (0)