From 42657e285cb25da5232ae7ccdd97419f8daf1702 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 19:14:53 +0000 Subject: [PATCH 1/2] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d61180..3833d0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,6 +72,6 @@ jobs: - name: Upload coverage to Codecov if: matrix.toolchain == 'stable' - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.1.0 with: files: codecov.json From 007e723fdbe074db034ed67fa1cb48de527f40a7 Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Sun, 17 Mar 2024 16:19:11 -0300 Subject: [PATCH 2/2] Add token param --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3833d0a..e68e935 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,3 +75,4 @@ jobs: uses: codecov/codecov-action@v4.1.0 with: files: codecov.json + token: ${{ secrets.CODECOV_TOKEN }}