diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 1a32d14d..b48323f3 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -49,7 +49,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify - name: Upload coverage to Codecov - uses: codecov/codecov-action@ce0bcc6545402c9ff54c61ed1a75df3e8a9845b5 + uses: codecov/codecov-action@4b062cb89c1fe1fd7da7e013d554a088ea14178a with: flags: unittests # optional name: coverage # optional diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index a6bff89d..b9932195 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -42,7 +42,7 @@ jobs: run: mvn --batch-mode --update-snapshots verify -P integration-test - name: Upload coverage to Codecov - uses: codecov/codecov-action@ce0bcc6545402c9ff54c61ed1a75df3e8a9845b5 + uses: codecov/codecov-action@4b062cb89c1fe1fd7da7e013d554a088ea14178a with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos flags: unittests # optional