diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 62fb4d2fd..cfc2fe0a3 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -45,7 +45,7 @@ jobs: path: junit.xml # Path to test results reporter: jest-junit # Format of test results fail-on-error: 'false' - - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 + - uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0 name: Upload Coverage Results if: ${{ matrix.node-version == '20.x' }} - run: mv junit.xml rps-unit-${{ matrix.node-version }}.xml