Skip to content

Commit

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

Change-type: patch
  • Loading branch information
balena-renovate[bot] committed Dec 18, 2023
1 parent 12eab3c commit 20cc691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ jobs:
- *sortNodeVersions

- name: Download npm artifact
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
with:
path: ${{ runner.temp }}
name: npm-${{ github.event.pull_request.head.sha }}-${{ steps.node_versions.outputs.max }}
Expand Down Expand Up @@ -2440,7 +2440,7 @@ jobs:

# https://github.com/actions/download-artifact
- name: Download all artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
with:
path: ${{ runner.temp }}

Expand Down Expand Up @@ -2896,7 +2896,7 @@ jobs:
- *deleteDraftGitHubRelease

- name: Download all artifacts
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
continue-on-error: true
id: download
with:
Expand Down

0 comments on commit 20cc691

Please sign in to comment.