diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86d74e4e..cf4a4e3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Run unit tests run: npm run test:unit:coverage - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: target/coverage/coverage-final.json build: