Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 4 to 5 (#2114)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent c80e809 commit c46bfc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
working-directory: backend

- name: Upload Python coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: python
directory: backend
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
working-directory: frontend

- name: Upload nodejs coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: nodejs
directory: frontend
Expand Down

0 comments on commit c46bfc3

Please sign in to comment.