diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bae5a0..24b9b20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,6 @@ jobs: - name: Test run: ./mvnw test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}