From 5e2da62f3d309fb8cf0eed70a59fb408beb206c4 Mon Sep 17 00:00:00 2001 From: Marin Atanasov Nikolov Date: Sun, 21 Apr 2024 11:24:51 +0300 Subject: [PATCH] Use codecov-action@v4.0.1 --- .github/workflows/test.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c02bddd..5f811ac 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,5 +14,8 @@ jobs: go-version: ${{ matrix.go-version }} - uses: actions/checkout@v3 - run: make test-cover - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: dnaeon/makefile-graph