diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72fcb19..07b3a93 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@v3.1.0 + uses: codecov/codecov-action@v3.1.1 with: token: ${{secrets.CODECOV_TOKEN}}