diff --git a/.github/workflows/test-merge.yml b/.github/workflows/test-merge.yml index 915f94d50..1d31dea2c 100644 --- a/.github/workflows/test-merge.yml +++ b/.github/workflows/test-merge.yml @@ -21,6 +21,6 @@ jobs: node-version: 18 - run: npm ci - run: npm test - - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3 + - uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5 with: directory: ./coverage/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 85f3ef145..9c2a336c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,6 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm test - - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3 + - uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5 with: directory: ./coverage/