diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6502a1..08ac0ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Run unit test run: go test -v -race -covermode=atomic -coverprofile=coverage.txt - name: upload coverage report - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt