diff --git a/.github/workflows/qiita_test.yml b/.github/workflows/qiita_test.yml index fdcca5c..171ee3d 100644 --- a/.github/workflows/qiita_test.yml +++ b/.github/workflows/qiita_test.yml @@ -30,7 +30,7 @@ jobs: cache: 'yarn' - run: yarn install - run: yarn workspace qiita textlint:codecov - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - run: yarn workspace qiita textlint