diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d33121..b9ccdbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic - name: Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.0.2 with: files: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }}