From a52020a86570461d9e4565a45ff39f3cdeff9542 Mon Sep 17 00:00:00 2001 From: Jennifer Wellnitz Date: Mon, 6 Jan 2025 16:30:39 -0500 Subject: [PATCH] nope back to 5 --- .github/workflows/lint-and-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 1ec014789..f1ec003ae 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -159,10 +159,8 @@ jobs: bundle exec rspec --backtrace --format progress --format RspecJunitFormatter --out /tmp/test-results/rspec.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 continue-on-error: true - with: - token: ${{ secrets.CODECOV_TOKEN }} - name: Publish RSpec report uses: mikepenz/action-junit-report@v3