diff --git a/.github/workflows/strong_ci.yaml b/.github/workflows/strong_ci.yaml index 3d2b9aa..e75f127 100644 --- a/.github/workflows/strong_ci.yaml +++ b/.github/workflows/strong_ci.yaml @@ -45,7 +45,7 @@ jobs: run: rm -rf $HOME/.m2/repository/io/foldright/study* - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: codecov-umbrella token: ${{ secrets.CODECOV_TOKEN }}