From 756394904fbf86031e961a1937e8716449c2ff72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 13:00:09 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.6.2 --- .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 3c52d835..74e9df18 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@v4.6.0 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 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@v4.6.0 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: integration-test-${{ matrix.version }}-result path: /home/runner/work/**/build/reports