Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4.5.0 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 5.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.5.0...v5.0.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 9b0fc7c commit 83dc7d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
path: .

- name: Upload als test coverage data [1/4]
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v5.0.2
with:
name: als
files: ./*/coverage/als/lcov.info
Expand All @@ -346,7 +346,7 @@ jobs:
use_oidc: true # cspell:ignore oidc

- name: Upload unit test coverage data [2/4]
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v5.0.2
with:
name: unit
files: ./*/coverage/unit/lcov.info
Expand All @@ -356,7 +356,7 @@ jobs:
use_oidc: true # cspell:ignore oidc

- name: Upload ui test coverage data [3/4]
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v5.0.2
with:
name: unit
files: ./*/coverage/ui/lcov.info
Expand All @@ -366,7 +366,7 @@ jobs:
use_oidc: true # cspell:ignore oidc

- name: Upload e2e test coverage data [4/4]
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v5.0.2
with:
name: e2e
files: ./*/coverage/e2e/lcov.info
Expand Down

0 comments on commit 83dc7d7

Please sign in to comment.