diff --git a/.github/workflows/test-merge.yml b/.github/workflows/test-merge.yml index 9dacf44357..4bfa0abc5f 100644 --- a/.github/workflows/test-merge.yml +++ b/.github/workflows/test-merge.yml @@ -21,6 +21,6 @@ jobs: node-version: 16 - run: npm ci - run: npm test - - uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # v2 + - uses: codecov/codecov-action@eab630b0a554789c545298e7f4be952c278b586d # v2 with: directory: ./coverage/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21fefc11b8..013a533de3 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@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # v2 + - uses: codecov/codecov-action@eab630b0a554789c545298e7f4be952c278b586d # v2 with: directory: ./coverage/