diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-15 21:41:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 21:41:14 -0600 |
commit | a5ba4f8d91b333321eedb4820afd16c1b9537e53 (patch) | |
tree | 651354a40f6b3bcd839aaede64f6e2b421a031ce /.github | |
parent | 6ef0f495a967ffaa7cffedc630c58d4a98824a6a (diff) | |
download | spack-a5ba4f8d91b333321eedb4820afd16c1b9537e53.tar.gz spack-a5ba4f8d91b333321eedb4820afd16c1b9537e53.tar.bz2 spack-a5ba4f8d91b333321eedb4820afd16c1b9537e53.tar.xz spack-a5ba4f8d91b333321eedb4820afd16c1b9537e53.zip |
build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#47631)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.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](https://github.com/codecov/codecov-action/compare/b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238...5c47607acb93fed5485fdbf7232e8a31425f672a)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c9f1a2e004..3357f4a1ba 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,6 +29,6 @@ jobs: - run: coverage xml - name: "Upload coverage report to CodeCov" - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 + uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a with: verbose: true |