From 301dd3494a7ef2aed74761811ec6b2c2917efd33 Mon Sep 17 00:00:00 2001 From: Alex Jones Date: Fri, 29 Dec 2023 12:16:17 +0000 Subject: [PATCH] Update codecov.yaml Signed-off-by: Alex Jones --- .github/workflows/codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 6cfbdfae37..fc44d7d694 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -12,6 +12,6 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}