diff options
Diffstat (limited to '.github/workflows/auto.yml')
-rw-r--r-- | .github/workflows/auto.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index daa060d..01f65bb 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -43,7 +43,7 @@ jobs: # xml -> codecov - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |