diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c359d22..0b075b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: --output Normal - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v7.1.0 + uses: codecov/codecov-action@v7.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./**/coverage.cobertura.xml