File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 2828 fail-fast : false
2929 matrix :
3030 os :
31- - ubuntu-20.04
3231 - ubuntu-latest
3332 ruby :
3433 - " 2.5"
4342 - gemfiles/standalone.gemfile
4443 experimental : [false]
4544 include :
46- - os : ubuntu-20.04
45+ - os : ubuntu-latest
4746 ruby : " 3.0"
4847 gemfile : ' gemfiles/openssl.gemfile'
4948 experimental : false
7574 uses : actions/upload-artifact@v4
7675 with :
7776 name : coverage-reports
78- path : ${{github.workspace}}/coverage-*/coverage-${{ matrix.os }}-${{ matrix.ruby }}.json
77+ path : ${{github.workspace}}/coverage-*/coverage-${{ github.run_id }}.json
7978 retention-days : 1
8079
8180 coverage :
@@ -86,16 +85,16 @@ jobs:
8685 env :
8786 CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
8887 steps :
89- - uses : actions/checkout@v3
88+ - uses : actions/checkout@v4
9089
9190 - name : Download coverage reports from the test job
92- uses : actions/download-artifact@v3
91+ uses : actions/download-artifact@v4
9392 with :
9493 name : coverage-reports
9594
9695 - uses : paambaati/codeclimate-action@v3.2.0
9796 with :
98- coverageLocations : " coverage-*/coverage.json:simplecov"
97+ coverageLocations : " coverage-*/coverage-* .json:simplecov"
9998
10099 smoke :
101100 name : Built GEM smoke test
You can’t perform that action at this time.
0 commit comments