diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a35e2f73..d8ce9a8c 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@20b5ae5f266e86f7b5f0815d92731d6388b8ce46 # main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'