Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 4 to 5 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2024
1 parent 51ba301 commit 15949b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Generate code coverage report
run: zig build kcov
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: kcov-output
# fail_ci_if_error: true
Expand Down

0 comments on commit 15949b5

Please sign in to comment.