Skip to content

Commit

Permalink
Update actions/download-artifact action to v4.1.7
Browse files Browse the repository at this point in the history
Update actions/download-artifact from 4.1.0 to 4.1.7

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Jun 21, 2024
1 parent 8f2c7f9 commit 15c0c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 15c0c32

Please sign in to comment.