From b956a83f86b863c99c280452b0cb33315734763b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:57:36 +0000 Subject: [PATCH] Update actions/upload-artifact digest to ff15f03 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8229a4a..865a2e4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: arguments: sonarqube -i - name: Upload test artifact if: success() || failure() - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 with: name: test-result path: /home/runner/work/**/build/reports @@ -60,7 +60,7 @@ jobs: arguments: :2repository:${{ matrix.version }}:integrationTests --info --stacktrace - name: Upload test artifact if: success() || failure() - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3 + uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 with: name: integration-test-${{ matrix.version }}-result path: /home/runner/work/**/build/reports