From 55dcea1f118f05a2d0d44cd665a80e37298c72fc Mon Sep 17 00:00:00 2001 From: Danny Pesses Date: Sun, 25 Feb 2024 16:28:28 -0800 Subject: [PATCH] feat: update codecov-actions to 4.0.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba39e5b..68c8002 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: name: coverage - name: 📈 Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4.0.2 with: token: ${{ secrets.CODECOV_TOKEN }}