Skip to content

Commit b36ef47

Browse files
authored
Merge pull request matplotlib#22825 from matplotlib/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents 25c85f0 + 9618baa commit b36ef47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
find . -name '*.gc*' -delete
277277
if: ${{ runner.os != 'macOS' }}
278278
- name: Upload code coverage
279-
uses: codecov/codecov-action@v2
279+
uses: codecov/codecov-action@v3
280280

281281
- uses: actions/upload-artifact@v2
282282
if: failure()

0 commit comments

Comments
 (0)