From 8392817ac59ba85fc5d7b0fe8dbc81ad2b0b3f66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 11:22:41 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#6410) --- .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 28344680..e93be4de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: - name: Upload coverage reports to Codecov if: github.repository_owner == 'Chatterino' - uses: codecov/codecov-action@v5.4.3 + uses: codecov/codecov-action@v5.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} plugins: gcov