diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9367a494c4..b4de177ad8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,5 +126,5 @@ jobs: SABRE_PGSQLDSN: "pgsql:host=127.0.0.1;port=5432;dbname=sabredav_test;user=postgres;password=postgres" RUN_TEST_WITH_STREAMING_PROPFIND: "true" - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: matrix.coverage != 'none'