From 8553c2e06389ab0c911f20f8ebaddc632cda548e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:07:00 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20actions/download-?= =?UTF-8?q?artifact=20digest=20(=2065a9edc=20=E2=86=92=20fa0a91b=20)=20(#1?= =?UTF-8?q?27)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 853a7d8..d47a61e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: if: success() && startsWith(github.ref, 'refs/tags/') steps: - name: Grab artifacts (vsix files) - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 - name: Create list of vsix files id: set-list