summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-02 18:36:57 -0500
committerGitHub <noreply@github.com>2024-12-02 18:36:57 -0500
commitc898b26ed6f95e6eb4cbaf547cf912d8248337d3 (patch)
tree7102a9ba10e3a6d4bc057108085ee2125fbc3330
parentedb67c6bfaa1fa2528501ab49a077f7f8c047c01 (diff)
chore(deps): bump codecov/codecov-action from 4 to 5 (#949)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci-tests.yaml2
1 files changed, 1 insertions, 1 deletions
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