diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f486abb3..7f549d34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: - run: yarn - run: yarn test - - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 + - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 - uses: tryghost/actions/actions/slack-build@128d496a57fb11e44e97d690f0d5381c58e52489 # main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'