diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 78a320f..4c3b6ca 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -64,7 +64,7 @@ jobs: run: ./gradlew --no-daemon --info ${{ inputs.task }} --build-cache - name: Upload coverage reports to Codecov if: inputs.upload-code-coverage && github.actor != 'dependabot[bot]' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} - name: Collect coverage reports