From c3f33f87bace4f7011a9e2cbc7640f20253c50ca Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 29 May 2024 08:47:46 +0800 Subject: [PATCH] ci: fix codecov action issue --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 634de53..0287bad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,12 @@ jobs: - name: Upload coverage to Codecov if: ${{ matrix.goVer == '1.18' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage1.txt,./coverage2.txt - + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + - name: Test Force SM4 Single Block with AES-NI run: go test -short ./sm4/... env: