Skip to content

Commit f6e2067

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 f6e2067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ 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
7878
path: ${{github.workspace}}/coverage-*/coverage.json

0 commit comments

Comments
 (0)