We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d0489 commit f6e2067Copy full SHA for f6e2067
.github/workflows/test.yml
@@ -72,7 +72,7 @@ jobs:
72
run: bundle exec rspec
73
74
- name: Upload test coverage folder for later reporting
75
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
76
with:
77
name: coverage-reports
78
path: ${{github.workspace}}/coverage-*/coverage.json
0 commit comments