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 63f9a0f commit 65909a6Copy full SHA for 65909a6
1 file changed
.github/workflows/main.yml
@@ -63,7 +63,7 @@ jobs:
63
flags: unittests
64
- name: Upload coverage report as artifact
65
if: ${{ matrix.release_build && github.event_name != 'pull_request' && github.repository == 'FasterXML/jackson-dataformats-binary' }}
66
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
67
with:
68
name: jacoco-report
69
path: '**/target/site/jacoco/jacoco.csv'
@@ -168,7 +168,7 @@ jobs:
168
echo "${{ github.event.pull_request.number }}" > pr-number.txt
169
- name: Upload PR comment artifact
170
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
171
172
173
name: pr-coverage-comment
174
path: |
0 commit comments