diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82598fa..a343997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: directory: ./test-results/coverage flags: unit,integration,e2e diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05be7a9..becabb1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: run: npm run test:ci - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/