diff --git a/.github/workflows/test-merge.yml b/.github/workflows/test-merge.yml index 19a6abadb..6a48e7458 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@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3 + - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5 with: directory: ./coverage/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75fe00532..9fee000cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,6 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm test - - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3 + - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5 with: directory: ./coverage/