diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 62821f7a..cac11139 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -35,7 +35,7 @@ jobs: - run: yarn build:ci - run: yarn test:ci - - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5 + - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 release: name: Release needs: lint-build-test # previous job MUST pass to make a release!