Skip to content

Commit

Permalink
Fixes build
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Jan 23, 2025
1 parent a5eee4b commit 456b240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
go tool cover -html=coverage/coverage.out -o coverage/coverage.html
# Upload coverage HTML as an artifact
- name: Upload Coverage Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-html
path: coverage/coverage.html
Expand Down

0 comments on commit 456b240

Please sign in to comment.