Skip to content

Commit 9fb7c5c

Browse files
Bump codecov/codecov-action from 3 to 5 (#1425)
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 ... Also added Codecov token, as token-less uploading is unsupported from v4 - see https://github.com/codecov/codecov-action/blob/v5/CHANGELOG.md#v400 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com>
1 parent 7d6b50b commit 9fb7c5c

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
@@ -86,8 +86,9 @@ jobs:
8686
DJANGO: ${{ matrix.django-version }}
8787

8888
- name: Upload coverage
89-
uses: codecov/codecov-action@v3
89+
uses: codecov/codecov-action@v5
9090
with:
91+
token: ${{ secrets.CODECOV_TOKEN }}
9192
name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }}
9293

9394

0 commit comments

Comments
 (0)