Merge pull request #2776 from balena-io/renovate/actions-download-artifact-4.1.x

Update actions/download-artifact action to v4.1.7
This commit is contained in:
balena-renovate[bot] 2024-06-21 20:12:05 +00:00 committed by GitHub
commit 2c0b4072ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}