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.
2 parents cbf178c + c2a752f commit 387657dCopy full SHA for 387657d
2 files changed
.github/workflows/build.yml
@@ -121,7 +121,7 @@ jobs:
121
122
# Upload the Kover report to CodeCov
123
- name: Upload Code Coverage Report
124
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
125
with:
126
files: ${{ github.workspace }}/build/reports/kover/report.xml
127
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/run-ui-tests.yml
@@ -54,7 +54,7 @@ jobs:
54
55
# Wait for IDEA to be started
56
- name: Health Check
57
- uses: jtalk/url-health-check-action@v4
+ uses: jtalk/url-health-check-action@v5
58
59
url: http://127.0.0.1:8082
60
max-attempts: 15
0 commit comments