| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e514f72 commit ae861d6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,15 +20,15 @@ jobs: | |||
| 20 | 20 | if: >- | |
| 21 | 21 | github.event_name == 'pull_request' && | |
| 22 | 22 | github.event.pull_request.head.repo.full_name != github.repository | |
| 23 | - uses: codecov/codecov-action@v6 | ||
| 23 | + uses: codecov/codecov-action@v7 | ||
| 24 | 24 | with: | |
| 25 | 25 | fail_ci_if_error: true | |
| 26 | 26 | - name: Upload coverage to codecov (with token) | |
| 27 | 27 | if: > | |
| 28 | 28 | github.repository == 'TheAlgorithms/Java' && | |
| 29 | 29 | (github.event_name != 'pull_request' || | |
| 30 | 30 | github.event.pull_request.head.repo.full_name == github.repository) | |
| 31 | - uses: codecov/codecov-action@v6 | ||
| 31 | + uses: codecov/codecov-action@v7 | ||
| 32 | 32 | with: | |
| 33 | 33 | token: ${{ secrets.CODECOV_TOKEN }} | |
| 34 | 34 | fail_ci_if_error: true | |
| Back | FazBrowse Home | New Git URL |
0 commit comments