Skip to content

Commit cc022e2

Browse files
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Also added Codecov token, as token-less uploading is unsupported from v4 - see https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md#400-beta1. Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com>
1 parent f48b53d commit cc022e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ jobs:
8383
DJANGO: ${{ matrix.django-version }}
8484

8585
- name: Upload coverage
86-
uses: codecov/codecov-action@v3
86+
uses: codecov/codecov-action@v4
8787
with:
88+
token: ${{ secrets.CODECOV_TOKEN }}
8889
name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }}
8990

9091

0 commit comments

Comments
 (0)