From 124900b192f674722a6be3b0f5c26bb2b59d6061 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 12 May 2026 10:47:11 -0700 Subject: [PATCH] Update CodeCov github action --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0832b99..8fcdd5f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -348,7 +348,7 @@ jobs: - name: Send code coverage if: ${{ matrix.COVERAGE == '1' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} # END MySQL and MariaDB Job