diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5bcc97..1209681 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: args: '--ignore-tests -- --test-threads 4' - name: Upload to codecov.io - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v3.1.1 with: token: ${{secrets.CODECOV_TOKEN}}