diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-06 22:59:29 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-06 22:59:29 -0700 |
| commit | 3a723632181efa25234977609d178564c3d5f09b (patch) | |
| tree | 2038987dce9d7b50278c0819afc701297b182f40 /.github | |
| parent | 1a4d71cdd4ff80bb79d842c081296c298e7b2295 (diff) | |
| download | nng-3a723632181efa25234977609d178564c3d5f09b.tar.gz nng-3a723632181efa25234977609d178564c3d5f09b.tar.bz2 nng-3a723632181efa25234977609d178564c3d5f09b.zip | |
Bump codecov to v4
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 977df6a0..18922113 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ jobs: run: cd build && ctest --output-on-failure - name: Upload report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} yml: ./.codecov.yml |
