Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run vulnerabilities check
run: bundle exec rake audit
- name: Upload simplecov results for coverage
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage/
Expand All @@ -61,4 +61,4 @@ jobs:
workingDirectory: ${{github.workspace}}
debug: true
coverageLocations: |
${{github.workspace}}/coverage/coverage.json:simplecov
${{github.workspace}}/coverage/coverage.json:simplecov
Loading