diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10101ee33..06f164000 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: command: make test-go - name: Report code coverage - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.0.0 with: flags: backend files: ./coverage.txt @@ -115,7 +115,7 @@ jobs: NODE_ENV: test - name: Report code coverage - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.0.0 with: flags: ui directory: ./ui/coverage