We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d887a93 commit c8223ffCopy full SHA for c8223ff
.github/workflows/binary-compatibility.yml
@@ -70,7 +70,7 @@ jobs:
70
run: cat target/japicmp/default-cli.diff
71
- name: Upload reports
72
if: success() || failure()
73
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
74
with:
75
name: japicmp
76
path: target/japicmp
.github/workflows/pitest-receive-pr.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: aggregate files
43
run: mvn -e -B -Ppitest pitest-git:aggregate
44
- name: upload results
45
46
47
name: pitest
48
path: target/pit-reports-ci/
0 commit comments