Skip to content

Commit cc81aca

Browse files
Update actions/upload-artifact action to v4.6.2 (#2)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb421a0 commit cc81aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multi-build.yaml

Lines changed: 1 addition & 1 deletion
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
157+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
158158
with:
159159
name: digests-${{ env.PLATFORM_PAIR }}
160160
path: /tmp/digests/*

0 commit comments

Comments
 (0)