diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-10-07 00:30:24 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-10-07 00:30:24 -0700 |
| commit | ad478e9be11d0f10cfd8ddf8a0ed0d7ecebe8547 (patch) | |
| tree | de2263f6fa2f6e41d9b47d09ba9acf6be774d092 /.github/workflows | |
| parent | ad68e788892f4db08f2dbbee6ef393ea6ef0b895 (diff) | |
| download | nng-ad478e9be11d0f10cfd8ddf8a0ed0d7ecebe8547.tar.gz nng-ad478e9be11d0f10cfd8ddf8a0ed0d7ecebe8547.tar.bz2 nng-ad478e9be11d0f10cfd8ddf8a0ed0d7ecebe8547.zip | |
Missed another instance of codecov-action@v1
Diffstat (limited to '.github/workflows')
| -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 18922113..30e3ff2a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -58,7 +58,7 @@ jobs: run: cd build && lcov -c -d . -o lcov.info - name: Upload report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} yml: ./.codecov.yml |
