Skip to content

Commit 3ba1da1

Browse files
Update GitHub Artifact Actions (major) (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a05873d commit 3ba1da1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/multi-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
# It uses the actions/upload-artifact action to upload the file created in the previous step.
155155
# The artifact is named digests-${{ env.PLATFORM_PAIR }}, where PLATFORM_PAIR is the platform name with '/' replaced by '-'.
156156
# The artifact is retained for 1 day, and if no files are found, it will throw an error.
157-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
157+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
158158
with:
159159
name: digests-${{ env.PLATFORM_PAIR }}
160160
path: /tmp/digests/*
@@ -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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
194+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
195195
with:
196196
path: /tmp/digests
197197
pattern: digests-*

0 commit comments

Comments
 (0)