File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 28
28
fail-fast : false
29
29
matrix :
30
30
os :
31
- - ubuntu-20.04
32
31
- ubuntu-latest
33
32
ruby :
34
33
- " 2.5"
43
42
- gemfiles/standalone.gemfile
44
43
experimental : [false]
45
44
include :
46
- - os : ubuntu-20.04
45
+ - os : ubuntu-latest
47
46
ruby : " 3.0"
48
47
gemfile : ' gemfiles/openssl.gemfile'
49
48
experimental : false
75
74
uses : actions/upload-artifact@v4
76
75
with :
77
76
name : coverage-reports
78
- path : ${{github.workspace}}/coverage-*/coverage-${{ matrix.os }}-${{ matrix.ruby }}.json
77
+ path : ${{github.workspace}}/coverage-*/coverage-${{ github.run_id }}.json
79
78
retention-days : 1
80
79
81
80
coverage :
@@ -86,16 +85,16 @@ jobs:
86
85
env :
87
86
CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
88
87
steps :
89
- - uses : actions/checkout@v3
88
+ - uses : actions/checkout@v4
90
89
91
90
- name : Download coverage reports from the test job
92
- uses : actions/download-artifact@v3
91
+ uses : actions/download-artifact@v4
93
92
with :
94
93
name : coverage-reports
95
94
96
95
-
uses :
paambaati/[email protected]
97
96
with :
98
- coverageLocations : " coverage-*/coverage.json:simplecov"
97
+ coverageLocations : " coverage-*/coverage-* .json:simplecov"
99
98
100
99
smoke :
101
100
name : Built GEM smoke test
You can’t perform that action at this time.
0 commit comments