Skip to content

Commit 6fbfc05

Browse files
authored
Only specify major version of codecov-action
- always give us the latest version of the action in the relevant major series - reduce the number of dependabot PRs to review - brings consistency with the other actions in this file
1 parent 7a4830d commit 6fbfc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: coverage run --branch --source=check -m unittest discover --buffer
4141

4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v4.0.2
43+
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)