diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3009247..d1367d4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,6 @@ jobs: - name: Run Test run: go test -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v5.0.0 with: token: ${{ secrets.CODECOV_TOKEN }}