mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-05 10:26:41 +00:00
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:
parent
3f27db811b
commit
a2209ffe56
2
.github/actions/publish/action.yml
vendored
2
.github/actions/publish/action.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user