From 6b875795a42dfb1ce7c5eabbb8712a1693c05543 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 00:09:55 +0000 Subject: [PATCH] build(deps): update actions/upload-artifact digest to ea165f8 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5489c68004..155e740c32 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,7 +45,7 @@ jobs: files: | **/test-results/**/*.xml - name: Archive test report - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 # Archive test reports for introspection even if the build failed. They are most useful in this situation. if: always() with: