Update actions/download-artifact action to v4.1.9

Update actions/download-artifact from 4.1.8 to 4.1.9

Change-type: patch
This commit is contained in:
balena-renovate[bot] 2025-04-03 15:50:05 +00:00 committed by GitHub
parent 3f27db811b
commit a2209ffe56
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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
name: custom-${{ github.event.pull_request.head.sha || github.event.head_commit.id }}-${{ runner.os }}-${{ runner.arch }}
path: ${{ runner.temp }}