Skip to content

Commit 2ef8fcb

Browse files
authored
Merge pull request #601 from python-openapi/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents 39d1c8e + 60b0f71 commit 2ef8fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: poetry run deptry .
6161

6262
- name: Upload coverage
63-
uses: codecov/codecov-action@v1
63+
uses: codecov/codecov-action@v3
6464

6565
static-checks:
6666
name: "Static checks"

0 commit comments

Comments
 (0)