From ce6d95da8dd43620de52c62b4b920e48ad480f03 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:52:59 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 0b2256b Update actions/upload-artifact Change-type: patch --- .github/actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 326f116e9..cad29e291 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -35,7 +35,7 @@ runs: # Test publishing release artifacts to github - name: Upload artifact - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4 with: name: gh-release-custom-${{ strategy.job-index }} path: ${{ runner.temp }}/hello.world.${{ strategy.job-index }}