Skip to content

Commit ed3683f

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
Chore(deps): Bump codecov/codecov-action from 3 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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@v3...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 e1db780 commit ed3683f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
! github.event.schedule &&
7272
github.repository_owner == 'pytest-dev'
7373
}}
74-
uses: codecov/codecov-action@v3
74+
uses: codecov/codecov-action@v5
7575
with:
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777
fail_ci_if_error: false
@@ -148,7 +148,7 @@ jobs:
148148
matrix.with-coverage &&
149149
github.repository_owner == 'pytest-dev'
150150
}}
151-
uses: codecov/codecov-action@v3
151+
uses: codecov/codecov-action@v5
152152
with:
153153
token: ${{ secrets.CODECOV_TOKEN }}
154154
fail_ci_if_error: false
@@ -218,7 +218,7 @@ jobs:
218218
matrix.with-coverage &&
219219
github.repository_owner == 'pytest-dev'
220220
}}
221-
uses: codecov/codecov-action@v3
221+
uses: codecov/codecov-action@v5
222222
with:
223223
token: ${{ secrets.CODECOV_TOKEN }}
224224
fail_ci_if_error: false

0 commit comments

Comments
 (0)