From 081bdd3d5963417e2de25bded0f9adbfcf5bbc8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:52:57 +0000 Subject: [PATCH] Update github-actions --- .github/workflows/onPushSimpleTest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/onPushSimpleTest.yml b/.github/workflows/onPushSimpleTest.yml index cf62c7a..1dab6b2 100644 --- a/.github/workflows/onPushSimpleTest.yml +++ b/.github/workflows/onPushSimpleTest.yml @@ -43,14 +43,14 @@ jobs: OSSRH_ARTIFACTORY_API_TOKEN: ${{ secrets.OSSRH_ARTIFACTORY_API_TOKEN }} - name: publish coverage onto codecov - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 with: file: ./integroBridgeService/target/site/jacoco/jacoco.xml name: codecov token: ${{ secrets.CODECOV_TOKEN }} - name: Upload JaCoCo coverage report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: jacoco-report path: integroBridgeService/target/site/jacoco/