diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d7606d4..da24d249 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: path: 'coverage/' - name: 🐿 Publish Coverage if: (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]') - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 with: name: 'actions-${{ matrix.os }}' - name: 🏺 Publish logs