File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ jobs:
106
106
id : run_tests
107
107
run : bundle exec rspec spec/system/i18n_spec.rb
108
108
109
- - uses : actions/upload-artifact@v3
109
+ - uses : actions/upload-artifact@v4
110
110
with :
111
111
name : coverage_system_${{ matrix.rails }}_ruby_${{ matrix.ruby }}
112
112
path : coverage/.resultset.json
113
113
114
- - uses : actions/upload-artifact@v3
114
+ - uses : actions/upload-artifact@v4
115
115
if : always() && steps.run_tests.outcome == 'failure'
116
116
with :
117
117
name : rspec_failed_screenshots_rails_${{ matrix.rails }}_ruby_${{ matrix.ruby }}
Original file line number Diff line number Diff line change @@ -111,12 +111,12 @@ jobs:
111
111
id : run_tests
112
112
run : bundle exec rspec spec/system/ --tag=~i18n
113
113
114
- - uses : actions/upload-artifact@v3
114
+ - uses : actions/upload-artifact@v4
115
115
with :
116
116
name : coverage_system_${{ matrix.rails }}_ruby_${{ matrix.ruby }}
117
117
path : coverage/.resultset.json
118
118
119
- - uses : actions/upload-artifact@v3
119
+ - uses : actions/upload-artifact@v4
120
120
if : always() && steps.run_tests.outcome == 'failure'
121
121
with :
122
122
name : rspec_failed_screenshots_rails_${{ matrix.rails }}_ruby_${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments