Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4.5.0 to 4.6.0
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 4.6.0.
- [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...v4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 67d591e commit 9e8e0aa
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 @@ -350,7 +350,7 @@ jobs:
path: .

- name: Upload als test coverage data [1/4]
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
name: als
files: ./*/coverage/als/lcov.info
Expand All @@ -360,7 +360,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@v4.6.0
with:
name: unit
files: ./*/coverage/unit/lcov.info
Expand All @@ -370,7 +370,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@v4.6.0
with:
name: unit
files: ./*/coverage/ui/lcov.info
Expand All @@ -380,7 +380,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@v4.6.0
with:
name: e2e
files: ./*/coverage/e2e/lcov.info
Expand Down

0 comments on commit 9e8e0aa

Please sign in to comment.