We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb421a0 commit cc81acaCopy full SHA for cc81aca
.github/workflows/multi-build.yaml
@@ -154,7 +154,7 @@ jobs:
154
# It uses the actions/upload-artifact action to upload the file created in the previous step.
155
# The artifact is named digests-${{ env.PLATFORM_PAIR }}, where PLATFORM_PAIR is the platform name with '/' replaced by '-'.
156
# 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
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
158
with:
159
name: digests-${{ env.PLATFORM_PAIR }}
160
path: /tmp/digests/*
0 commit comments