Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 3.1.4 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 4.0.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@eaaf4be...f30e495)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 7fc1b36 commit 4a5f0d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,28 +461,28 @@ jobs:
path: coverage/android

- name: Upload coverage report for auth0_flutter
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7
with:
name: Auth0 Flutter
flags: auth0_flutter
directory: coverage/auth0_flutter

- name: Upload coverage report for auth0_flutter_platform_interface
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7
with:
name: Auth0 Flutter
flags: auth0_flutter_platform_interface
directory: coverage/auth0_flutter_platform_interface

- name: Upload coverage report for iOS
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7
with:
name: Auth0 Flutter
flags: auth0_flutter_ios
directory: coverage/ios

- name: Upload coverage report for Android
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7
with:
name: Auth0 Flutter
flags: auth0_flutter_android
Expand Down

0 comments on commit 4a5f0d2

Please sign in to comment.