File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,12 @@ jobs:
79
79
RUBY_VERSION : ${{ matrix.ruby_version }}
80
80
CAPTURE_PATCH_ENABLED : ${{ matrix.mode == 'capture_patch_enabled' && 'true' || 'false' }}
81
81
- name : Upload coverage results
82
- uses : actions/upload-artifact@v3.1.3
82
+ uses : actions/upload-artifact@v4.4.0
83
83
if : always()
84
84
with :
85
85
name : simplecov-resultset-rails${{matrix.rails_version}}-ruby${{matrix.ruby_version}}-${{matrix.mode}}
86
86
path : coverage
87
+ include-hidden-files : true
87
88
primer_view_components_compatibility :
88
89
name : Test compatibility with Primer ViewComponents (main)
89
90
runs-on : ubuntu-latest
@@ -127,7 +128,7 @@ jobs:
127
128
ruby-version : 3.3
128
129
bundler-cache : true
129
130
- name : Download coverage results
130
- uses : actions/download-artifact@v3
131
+ uses : actions/download-artifact@v4.1.8
131
132
- name : Collate simplecov
132
133
run : |
133
134
bundle exec rake coverage:report
You can’t perform that action at this time.
0 commit comments