From 349f0e175ed76eb1fbce1a05afd3d9fae6a5cc64 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 5 Feb 2024 16:20:15 +0000 Subject: [PATCH] gha: bump codecov action tag to remove deprectation warning (#370) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d44fa51ec..9eebd4ffb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -97,7 +97,7 @@ jobs: - name: "Generate code coverage report" run: ./bin/inv_wrapper.sh dev.coverage-report --file-in faabric.profraw --file-out coverage.txt - name: "Upload coverage report to CodeCov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}