File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
157+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
194+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
195195 with :
196196 path : /tmp/digests
197197 pattern : digests-*
You can’t perform that action at this time.
0 commit comments