From b7e65f15b2d1952bab9f29154fbfc14c4793abdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:29:04 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 {patch} Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gradle-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-ci.yml b/.github/workflows/gradle-ci.yml index 8c7421e..c324920 100644 --- a/.github/workflows/gradle-ci.yml +++ b/.github/workflows/gradle-ci.yml @@ -68,7 +68,7 @@ jobs: rm -rf ${{ runner.temp }}/.gnupg/ - name: 'Upload Test reports - Core' if: always() - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: test-report-file-barj-core path: | @@ -77,7 +77,7 @@ jobs: retention-days: 5 - name: 'Upload Test reports - Job' if: always() - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: test-report-file-barj-job path: |