diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b615cfb0e..0e395f80f 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@v5 + - uses: codecov/codecov-action@v6 - uses: tryghost/actions/actions/slack-build@main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'