Skip to content

Commit 65909a6

Browse files
Bump actions/upload-artifact from 6 to 7 (#673)
1 parent 63f9a0f commit 65909a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
flags: unittests
6464
- name: Upload coverage report as artifact
6565
if: ${{ matrix.release_build && github.event_name != 'pull_request' && github.repository == 'FasterXML/jackson-dataformats-binary' }}
66-
uses: actions/upload-artifact@v6
66+
uses: actions/upload-artifact@v7
6767
with:
6868
name: jacoco-report
6969
path: '**/target/site/jacoco/jacoco.csv'
@@ -168,7 +168,7 @@ jobs:
168168
echo "${{ github.event.pull_request.number }}" > pr-number.txt
169169
- name: Upload PR comment artifact
170170
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
171-
uses: actions/upload-artifact@v6
171+
uses: actions/upload-artifact@v7
172172
with:
173173
name: pr-coverage-comment
174174
path: |

0 commit comments

Comments
 (0)