From 82b2f78dba88a293bb3f25e09f3a03ef050eea81 Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Wed, 7 Feb 2024 08:13:06 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3 to 4 --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index e84abf1a..f5f3a708 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -74,7 +74,7 @@ jobs: - id: upload name: Upload Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ${{ steps.coverage.outputs.report }}