From 15949b5c4ca5664d1102b3d62614315d3009d058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:43:54 +0800 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4 to 5 (#3) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/zig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zig.yml b/.github/workflows/zig.yml index 944195f..d37a5bc 100644 --- a/.github/workflows/zig.yml +++ b/.github/workflows/zig.yml @@ -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