Skip to content

Commit

Permalink
Bump codecov/codecov-action from 1 to 3 (dask#9549)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 6, 2022
1 parent 58cd08a commit 3d08908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
run: source continuous_integration/scripts/run_tests.sh

- name: Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: source continuous_integration/scripts/run_tests.sh

- name: Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

report:
name: report
Expand Down

0 comments on commit 3d08908

Please sign in to comment.