Skip to content

Commit 2effbf2

Browse files
Build(deps): Bump codecov/codecov-action from 4 to 5 in the actions group (#370)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <[email protected]>
1 parent efc2eca commit 2effbf2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
name: Install
4242
- run: make flake
4343
- run: pytest mnefun
44-
- uses: codecov/codecov-action@v4
45-
if: success()
46-
name: 'Upload coverage to CodeCov'
44+
- uses: codecov/codecov-action@v5
45+
if: success() || failure()
46+
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)