From c898b26ed6f95e6eb4cbaf547cf912d8248337d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:36:57 -0500 Subject: chore(deps): bump codecov/codecov-action from 4 to 5 (#949) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 42bbc4a..bff3aaa 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -87,7 +87,7 @@ jobs: run: | make test - name: Upload code coverage information to codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: coverage.out -- cgit v1.2.3