We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756d123 commit a147beeCopy full SHA for a147bee
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run vulnerabilities check
37
run: bundle exec rake audit
38
- name: Upload simplecov results for coverage
39
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
40
with:
41
name: coverage
42
path: coverage/
@@ -61,4 +61,4 @@ jobs:
61
workingDirectory: ${{github.workspace}}
62
debug: true
63
coverageLocations: |
64
- ${{github.workspace}}/coverage/coverage.json:simplecov
+ ${{github.workspace}}/coverage/coverage.json:simplecov
0 commit comments