diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index cfc2fe0a3..e1f49c1fe 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@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0 + - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 name: Upload Coverage Results if: ${{ matrix.node-version == '20.x' }} - run: mv junit.xml rps-unit-${{ matrix.node-version }}.xml