Skip to content

Commit 098198a

Browse files
committed
update to new upload-artifact version
1 parent ef96a13 commit 098198a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
cr-html session-vs-master.sqlite > cosmic-ray.html
325325
- name: Archive mutation testing results
326326
if: ${{ matrix.mutation == 'true' && github.event.pull_request }}
327-
uses: actions/upload-artifact@v3
327+
uses: actions/upload-artifact@v4
328328
with:
329329
name: mutation-PR-coverage-report
330330
path: cosmic-ray.html
@@ -665,7 +665,7 @@ jobs:
665665
run: |
666666
cr-html session.sqlite > cosmic-ray.html
667667
- name: Archive mutation testing results
668-
uses: actions/upload-artifact@v3
668+
uses: actions/upload-artifact@v4
669669
with:
670670
name: mutation-coverage-report
671671
path: cosmic-ray.html

0 commit comments

Comments
 (0)