diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4ed50070..1278de8c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - run: yarn --prefer-offline --frozen-lockfile - run: yarn test:ci - - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 + - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 - uses: tryghost/actions/actions/slack-build@4a1d75a3ba11971ffde7f8223132daba26ce34e7 # main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'