We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624ecf5 commit 60b8012Copy full SHA for 60b8012
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
- "3306:3306"
16
options: --name mysql-server --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
- name: prepare mysql server
20
env:
21
TEST_MYSQL_HOST: "127.0.0.1"
@@ -33,7 +33,7 @@ jobs:
33
TEST_MYSQL_PASS: testbench
34
TEST_MYSQL_PORT: ${{ job.services.mysql.ports['3306'] }}
35
- name: Send coverage
36
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v4
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
39
file: ./coverage/cov.xml
0 commit comments