diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 4c31de5..f8450a7 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -17,7 +17,7 @@ jobs: - name: Run tests with coverage run: go test -v -coverprofile="coverage.out" ./... - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.out token: ${{ secrets.CODECOV }}