diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-02 18:36:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-02 18:36:57 -0500 |
| commit | c898b26ed6f95e6eb4cbaf547cf912d8248337d3 (patch) | |
| tree | 7102a9ba10e3a6d4bc057108085ee2125fbc3330 | |
| parent | edb67c6bfaa1fa2528501ab49a077f7f8c047c01 (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.yaml | 2 |
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 |
