From e2cc555da253d6d7a157dd2173a7eee3daf01095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:03:51 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.6.0 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d33111c..a3e4c5e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -50,7 +50,7 @@ jobs: args: '-- --test-threads 1' - name: Upload to codecov.io - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.6.0 with: token: ${{secrets.CODECOV_TOKEN}}