Skip to content

Commit 90efa4d

Browse files
authored
Updates upload-artifact since version 2 was deprecated in June, and 3 will be deprecated at the end of November (#332)
1 parent a3436c8 commit 90efa4d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Run RSpec
4545
run: |
4646
bundle exec rspec
47-
- uses: actions/upload-artifact@v2
47+
- uses: actions/upload-artifact@v4
4848
if: failure()
4949
with:
5050
name: Screenshots and logs

app/models/user.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ class User < ApplicationRecord
33

44
has_many :estimates
55
has_many :comments
6-
76
end

0 commit comments

Comments
 (0)