diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 786291b5..a0eded17 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -67,7 +67,7 @@ jobs: ./codecov.sh - name: Upload Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} file: result/coverage.xml