From 5462ec483510a934b63850a823c0851183100989 Mon Sep 17 00:00:00 2001 From: Bartosz Dokurno Date: Thu, 11 Apr 2024 15:44:44 +0200 Subject: [PATCH] Update codecov uploader --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8bd9e25..f183ec2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -109,7 +109,7 @@ jobs: - name: Test run: npm run test:cov --workspace=api - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}