diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 391e8e5..72fcb19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: with: args: --release --timeout 180 --out Xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1.0.3 + uses: codecov/codecov-action@v3.1.0 with: token: ${{secrets.CODECOV_TOKEN}}