diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a99c6abd..cac08b1d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: run: make test-go - name: Report code coverage - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1 with: flags: backend files: ./coverage.txt @@ -105,7 +105,7 @@ jobs: NODE_ENV: test - name: Report code coverage - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1 with: flags: ui directory: ./ui/coverage