Skip to content

Commit cd2c003

Browse files
committed
Drop deprecated ubuntu
1 parent bbbd69d commit cd2c003

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os:
31-
- ubuntu-20.04
3231
- ubuntu-latest
3332
ruby:
3433
- "2.5"
@@ -43,7 +42,7 @@ jobs:
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
@@ -75,7 +74,7 @@ jobs:
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/[email protected]
9796
with:
98-
coverageLocations: "coverage-*/coverage.json:simplecov"
97+
coverageLocations: "coverage-*/coverage-*.json:simplecov"
9998

10099
smoke:
101100
name: Built GEM smoke test

0 commit comments

Comments
 (0)