diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fd3bd1e..8bce327 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -95,7 +95,7 @@ jobs: run: go test ./... -coverprofile=coverage.out -covermode=atomic - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out