Skip to content

Commit 391b0a7

Browse files
authored
Merge branch 'develop' into dependabot/gradle/org.wiremock-wiremock-3.12.0
2 parents 9b0389e + 8f16348 commit 391b0a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-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+
overwrite: 'true'
7374

7475
archive:
7576
name: Archive job results

0 commit comments

Comments
 (0)