diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 628430d..d879d09 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -38,6 +38,6 @@ jobs: - name: Build with Maven run: mvn -B clean install - name: Codecov - uses: codecov/codecov-action@v5.5.3 + uses: codecov/codecov-action@v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }}