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.
2 parents 836926d + 130f8da commit 3e3042bCopy full SHA for 3e3042b
.github/workflows/CI-BUILD.yml
@@ -209,7 +209,7 @@ jobs:
209
echo "build_ref=${{ github.ref }}" >> "$GITHUB_OUTPUT"
210
echo "build_ref_name=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
211
- name: Download All Artifacts
212
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
213
with:
214
path: ${{ github.workspace }}/dist
215
pattern: multicast-build-${{ github.sha }}.zip
0 commit comments