Skip to content

Commit 9f80c6e

Browse files
Update actions/download-artifact action to v8.0.1 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8a455b commit 9f80c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/multi-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
# This step downloads the digest files uploaded in the build job.
192192
# It uses the actions/download-artifact action to download the artifacts with the pattern digests-*.
193193
# The downloaded files are merged into the /tmp/digests directory.
194-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
194+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
195195
with:
196196
path: /tmp/digests
197197
pattern: digests-*

0 commit comments

Comments
 (0)