Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
login546 committed Feb 27, 2025
2 parents c51426c + 680b412 commit a20c876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: GOOS=darwin GOARCH=amd64 go build -o cmd/httpgo/httpgo_mac ./cmd/httpgo

- name: Upload binaries as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: httpgo-binaries
path: |
Expand All @@ -60,7 +60,7 @@ jobs:
cmd/httpgo/httpgo_mac
- name: Upload fingers.json as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fingers-json
path: cmd/httpgo/fingers.json
Expand Down

0 comments on commit a20c876

Please sign in to comment.