diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index cb560b79f..fffaf995c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,7 +20,7 @@ jobs: restore-keys: | maven- - run: mvn install -Pjacoco - - uses: codecov/codecov-action@v4.0.0-beta.3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./target/site/jacoco/jacoco.xml diff --git a/LICENSE.txt b/LICENSE.txt index ca89f01f7..bedef9221 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2013-2023, jcabi.com +Copyright (c) 2013-2024, jcabi.com All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/examples/search-repos/pom.xml b/examples/search-repos/pom.xml index 4b26b3939..72031d61b 100644 --- a/examples/search-repos/pom.xml +++ b/examples/search-repos/pom.xml @@ -1,6 +1,6 @@