diff --git a/.github/workflows/test-server.yml b/.github/workflows/test-server.yml index a669199..7fe768a 100644 --- a/.github/workflows/test-server.yml +++ b/.github/workflows/test-server.yml @@ -45,7 +45,7 @@ jobs: MYSQL_URI: mysql://hub:hub@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/hub - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}