diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index d42258d..82ec44d 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -81,7 +81,7 @@ jobs: - name: Test run: go test -v -race -shuffle=on -coverprofile=coverage.txt ./... - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.txt