Skip to content

Commit 387657d

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents cbf178c + c2a752f commit 387657d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
# Upload the Kover report to CodeCov
123123
- name: Upload Code Coverage Report
124-
uses: codecov/codecov-action@v5
124+
uses: codecov/codecov-action@v6
125125
with:
126126
files: ${{ github.workspace }}/build/reports/kover/report.xml
127127
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/run-ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Wait for IDEA to be started
5656
- name: Health Check
57-
uses: jtalk/url-health-check-action@v4
57+
uses: jtalk/url-health-check-action@v5
5858
with:
5959
url: http://127.0.0.1:8082
6060
max-attempts: 15

0 commit comments

Comments
 (0)