diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-29 16:27:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 16:27:44 +0100 |
commit | 62ed5ee318a41068c8e6673562f2a11055e3d1a5 (patch) | |
tree | 8380db1e30f7b5c6d93aea70f3aea3a49c8ce30e /.github/workflows/windows_python.yml | |
parent | 0a10ff70bcec9d3eac11e64ed672b1d02c69f603 (diff) | |
download | spack-62ed5ee318a41068c8e6673562f2a11055e3d1a5.tar.gz spack-62ed5ee318a41068c8e6673562f2a11055e3d1a5.tar.bz2 spack-62ed5ee318a41068c8e6673562f2a11055e3d1a5.tar.xz spack-62ed5ee318a41068c8e6673562f2a11055e3d1a5.zip |
build(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5 (#42295)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 3.1.5.
- [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/eaaf4bedf32dbdc6b720b63067d99c4d77d6047d...4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/windows_python.yml')
-rw-r--r-- | .github/workflows/windows_python.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index b1e4f72f2c..7e140d68ef 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -33,7 +33,7 @@ jobs: ./share/spack/qa/validate_last_exit.ps1 coverage combine -a coverage xml - - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 with: flags: unittests,windows unit-tests-cmd: @@ -57,7 +57,7 @@ jobs: ./share/spack/qa/validate_last_exit.ps1 coverage combine -a coverage xml - - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 with: flags: unittests,windows build-abseil: |