diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9547706..e7147d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: - name: Run integration tests run: bundle exec rspec -Ispec/integration --color spec/integration - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}