diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d879d09..352d73b 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@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }}