diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index cb3785b9782..cff7d1aa3df 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -23,9 +23,10 @@ jobs: run: make cover_profile - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.5.0 # https://github.com/codecov/codecov-action + uses: codecov/codecov-action@v5.0.7 # https://github.com/codecov/codecov-action with: - file: .build/coverage/unit_cover.out + files: .build/coverage/unit_cover.out exclude: ./ - token: ${{ secrets.CODECOV_TOKEN }} + # token: ${{ secrets.CODECOV_TOKEN }} + # token: not-actual-token slug: cadence-workflow/cadence