diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 71cfd4b5..a19df178 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -46,12 +46,12 @@ jobs: with: junit_files: 'test-results/*.xml' - name: Upload unit-tests coverage to Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.4 with: directory: coverage/library flags: unittests - name: Upload examples code coverage to Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.4 with: directory: coverage/integration flags: integration