Skip to content

Commit 3e3042b

Browse files
[STAGE] fixes in staging as per PR #389
Changes in file .github/workflows/CI-BUILD.yml: * pinned GHA dependency
2 parents 836926d + 130f8da commit 3e3042b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-BUILD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
echo "build_ref=${{ github.ref }}" >> "$GITHUB_OUTPUT"
210210
echo "build_ref_name=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
211211
- name: Download All Artifacts
212-
uses: actions/download-artifact@v4
212+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
213213
with:
214214
path: ${{ github.workspace }}/dist
215215
pattern: multicast-build-${{ github.sha }}.zip

0 commit comments

Comments
 (0)