diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 31d58a7..7cdca33 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -22,7 +22,7 @@ jobs: run: go test ./... -timeout 1800s -race -count=1 -covermode=atomic -coverprofile=coverage.out - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out