Skip to content

Commit

Permalink
chore: update actions (#352)
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones authored Jan 13, 2025
1 parent 9e459c5 commit bda7c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
junitxml-title: JUnit

- name: Publish lcov report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lcov-report.zip
path: coverage/lcov-report
Expand Down

1 comment on commit bda7c5f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 77%
78.03% (3737/4789) 68.47% (1725/2519) 81.95% (890/1086)

Please sign in to comment.