diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a53a15c651..11d9a61c76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: make test TEST_FLAGS="-race -coverprofile=coverage.txt -covermode=atomic" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.6.0 with: file: ./coverage.txt test-win: