diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d817e97d0..a6e011fd9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: uses: actions-rs/grcov@v0.1.6 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ${{ steps.coverage.outputs.report }} directory: ./coverage/reports/