diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 86dbc33..9529eda 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: run: ./bin/cibuild - name: Generate coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./target/site/jacoco/jacoco.xml name: codecov