diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e93be4de..976dd406 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.5.0 + uses: codecov/codecov-action@v5.5.1 with: token: ${{ secrets.CODECOV_TOKEN }} plugins: gcov