diff --git a/.github/workflows/maven-deploy-snapshot.yml b/.github/workflows/maven-deploy-snapshot.yml index ad6e5006..7b6f6352 100644 --- a/.github/workflows/maven-deploy-snapshot.yml +++ b/.github/workflows/maven-deploy-snapshot.yml @@ -34,7 +34,7 @@ jobs: run: mvn deploy -ntp -fae --file pom.xml --settings settings.xml - name: Publish Test Reports - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 - name: Run codacy-coverage-reporter uses: codacy/codacy-coverage-reporter-action@v1.3.0