8000 ci: upload only report for latest release binary compatibility · assertj/assertj@e91cb7b · GitHub
[go: up one dir, main page]

Skip to content

Commit e91cb7b

Browse files
committed
ci: upload only report for latest release binary compatibility
1 parent 79cc530 commit e91cb7b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/binary-compatibility.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ jobs:
4343
run: |
4444
echo '```' >> $GITHUB_STEP_SUMMARY
4545
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
5346
5447
verify-with-release:
5548

0 commit comments

Comments
 (0)
0