Skip to content

Commit 28a5e72

Browse files
committed
Update to use actions/upload-artifact@v4
V3 is no longer available according to https://github.com/orgs/community/discussions/152695
1 parent 03d0489 commit 28a5e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
run: bundle exec rspec
7373

7474
- name: Upload test coverage folder for later reporting
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: coverage-reports
78-
path: ${{github.workspace}}/coverage-*/coverage.json
78+
path: ${{github.workspace}}/coverage-*/coverage-${{ matrix.os }}-${{ matrix.ruby }}.json
7979
retention-days: 1
8080

8181
coverage:

0 commit comments

Comments
 (0)