Skip to content

Commit de9a332

Browse files
Bump codecov/codecov-action from 5 to 6 (#923)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' 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>
1 parent a2fb21b commit de9a332

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
. testenv/bin/activate
110110
python -m pytest --cov-report term-missing --cov=rioxarray --cov-report xml
111111
112-
- uses: codecov/codecov-action@v5
112+
- uses: codecov/codecov-action@v6
113113

114114

115115
conda_test:
@@ -185,7 +185,7 @@ jobs:
185185
run: |
186186
micromamba run -n test sphinx-build -b html docs/ docs/_build/
187187
188-
- uses: codecov/codecov-action@v5
188+
- uses: codecov/codecov-action@v6
189189

190190

191191
test_latest:

0 commit comments

Comments
 (0)