Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ca4c1c

Browse files
authored
Merge pull request #20682 from matplotlib/dependabot/github_actions/codecov/codecov-action-2.0.1
Bump codecov/codecov-action from 1 to 2
2 parents 3d94620 + a904a97 commit 9ca4c1c

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
@@ -230,7 +230,7 @@ jobs:
230230
find . -name '*.gc*' -delete
231231
if: ${{ runner.os != 'macOS' }}
232232
- name: Upload code coverage
233-
uses: codecov/codecov-action@v1
233+
uses: codecov/codecov-action@v2
234234

235235
- uses: actions/upload-artifact@v2
236236
if: failure()

0 commit comments

Comments
 (0)