From 1507da67a378b490fa0a56f45baa41822efeb9d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:50:56 +0000 Subject: [PATCH] build(deps): update actions/upload-artifact digest to 65c4c4a --- .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..ba5241f2e9 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 # Archive test reports for introspection even if the build failed. They are most useful in this situation. if: always() with: