diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 36a9ed57f..d476b2570 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: - name: Run RSpec tests run: bundle exec rspec - - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a + - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e if: always() - name: Test that installing works