Skip to content

Commit 6bde932

Browse files
committed
bump artifact upload
1 parent 95d2253 commit 6bde932

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ jobs:
6666
fi
6767
6868
- name: Upload Jacoco coverage report
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: jacoco-report
7272
path: build/reports/jacoco/
73+
merge-multiple: true
7374

7475
archive:
7576
name: Archive job results
@@ -93,3 +94,4 @@ jobs:
9394
name: jars
9495
path: |
9596
build/libs/*.jar
97+
merge-multiple: true

0 commit comments

Comments
 (0)