We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cc530 commit e91cb7bCopy full SHA for e91cb7b
1 file changed
.github/workflows/binary-compatibility.yml
@@ -43,13 +43,6 @@ jobs:
43
run: |
44
echo '```' >> $GITHUB_STEP_SUMMARY
45
cat assertj-core/target/japicmp/default-cli.diff >> $GITHUB_STEP_SUMMARY
46
- - name: Upload reports
47
- if: success() || failure()
48
- uses: actions/upload-artifact@v4
49
- with:
50
- name: japicmp
51
- path: assertj-core/target/japicmp
52
- if-no-files-found: error
53
54
verify-with-release:
55
0 commit comments