From 2e0f1a72c40e6be7c84d3a722ae24dd66a4588f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:01:55 +0000 Subject: [PATCH] build(deps-dev): update actions/upload-artifact digest to 0b2256b --- .github/workflows/reusable-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index f62325ff..9c423059 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -52,7 +52,7 @@ jobs: run: cd .ci && make build - name: Upload built app if: ${{ inputs.artifact-name != '' }} - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 with: name: ${{ inputs.artifact-name }} path: 'dist/chrislb/browser'