We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef96a13 commit 098198aCopy full SHA for 098198a
.github/workflows/ci.yml
@@ -324,7 +324,7 @@ jobs:
324
cr-html session-vs-master.sqlite > cosmic-ray.html
325
- name: Archive mutation testing results
326
if: ${{ matrix.mutation == 'true' && github.event.pull_request }}
327
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
328
with:
329
name: mutation-PR-coverage-report
330
path: cosmic-ray.html
@@ -665,7 +665,7 @@ jobs:
665
run: |
666
cr-html session.sqlite > cosmic-ray.html
667
668
669
670
name: mutation-coverage-report
671
0 commit comments