Skip to content

Commit ec9eae9

Browse files
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6db7086 commit ec9eae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: python -m pytest -vv --cov=postprocessing --cov=scripts --cov-report=xml --cov-report=term
3131

3232
- name: Upload coverage reports to Codecov
33-
uses: codecov/codecov-action@v4
33+
uses: codecov/codecov-action@v5
3434
if:
3535
github.actor != 'dependabot[bot]'
3636
env:
@@ -84,7 +84,7 @@ jobs:
8484
run: docker compose -f tests/integration/docker-compose.yml down
8585

8686
- name: Upload coverage reports to Codecov
87-
uses: codecov/codecov-action@v4
87+
uses: codecov/codecov-action@v5
8888
if:
8989
github.actor != 'dependabot[bot]'
9090
env:

0 commit comments

Comments
 (0)