diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aaae696c..73b6f4d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: - name: Run RSpec run: | bundle exec rspec - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: failure() with: name: Screenshots and logs diff --git a/app/models/user.rb b/app/models/user.rb index d0c96124..4289fb3e 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -3,5 +3,4 @@ class User < ApplicationRecord has_many :estimates has_many :comments - end