From 6c06b8866b4836a6d020ae37c2c3489ebf1fb7f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 04:10:36 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to b65fbdc (#73) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d148ed9..3159f8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: run: bundle exec rspec - name: Upload coverage to Codecov if: ${{ strategy.job-index == 0 }} # only run codecov on first run - uses: codecov/codecov-action@845c445181131d954f0198d3d0f26242acc0376e + uses: codecov/codecov-action@b65fbdcf9751c92f3e0ac5e72616e5d5dd72bcdb with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true