From 15c0c32a019f21614b75990b04759063225cdf17 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:48:21 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.1.7 Update actions/download-artifact from 4.1.0 to 4.1.7 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 1842cdff..9bcb8a6b 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -28,7 +28,7 @@ runs: using: 'composite' steps: - name: Download custom source artifact - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: custom-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}-${{ runner.os }}-${{ runner.arch }} path: ${{ runner.temp }}