From a41039fbf33d10ab204089d229244191081627cc Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Wed, 5 Jun 2024 10:52:08 +0800 Subject: [PATCH] ci codecov token --- .github/workflows/linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index db2fae4fe..a55766d53 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -122,6 +122,8 @@ jobs: - name: Upload to codecov if: matrix.version == 'stable' && (github.ref == 'refs/heads/main' || github.event_name == 'push') - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: file: cobertura.xml \ No newline at end of file