File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -162,22 +162,22 @@ jobs:
162
162
- name : Main CI
163
163
run : bundle exec rake ${{ matrix.rake_task }}
164
164
- name : Store test results
165
- uses : actions/upload-artifact@v2
165
+ uses : actions/upload-artifact@v3
166
166
with :
167
167
name : main-rspec
168
168
path : ~/rspec
169
169
- name : Store artifacts
170
- uses : actions/upload-artifact@v2
170
+ uses : actions/upload-artifact@v3
171
171
with :
172
172
name : dummy-app-capybara
173
173
path : spec/dummy/tmp/capybara
174
174
- name : Store artifacts
175
- uses : actions/upload-artifact@v2
175
+ uses : actions/upload-artifact@v3
176
176
with :
177
177
name : dummy-app-test-log
178
178
path : spec/dummy/log/test.log
179
179
- name : Store artifacts
180
- uses : actions/upload-artifact@v2
180
+ uses : actions/upload-artifact@v3
181
181
with :
182
182
name : dummy-app-yarn-log
183
183
path : spec/dummy/yarn-error.log
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
35
35
- name : Run rspec tests
36
36
run : bundle exec rspec spec/react_on_rails
37
37
- name : Store test results
38
- uses : actions/upload-artifact@v2
38
+ uses : actions/upload-artifact@v3
39
39
with :
40
40
name : main-rspec
41
41
path : ~/rspec
42
42
- name : Store artifacts
43
- uses : actions/upload-artifact@v2
43
+ uses : actions/upload-artifact@v3
44
44
with :
45
45
name : main-test-log
46
46
path : log/test.log
You can’t perform that action at this time.
0 commit comments