4242 - name : Determine filename
4343 run : echo "FILENAME_PREFIX=element-call-embedded-${VERSION:1}" >> "$GITHUB_ENV"
4444 - name : 📥 Download built element-call artifact
45- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
45+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
4646 with :
4747 github-token : ${{ secrets.GITHUB_TOKEN }}
4848 run-id : ${{ github.event.workflow_run.id || github.run_id }}
7373 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7474
7575 - name : 📥 Download built element-call artifact
76- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
76+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
7777 with :
7878 github-token : ${{ secrets.GITHUB_TOKEN }}
7979 run-id : ${{ github.event.workflow_run.id || github.run_id }}
8282
8383 # n.b. We don't enable corepack here because we are using plain npm
8484 - name : Setup node
85- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
85+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
8686 with :
8787 node-version-file : .node-version
8888 registry-url : " https://registry.npmjs.org"
@@ -108,7 +108,7 @@ jobs:
108108 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
109109
110110 - name : 📥 Download built element-call artifact
111- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
111+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
112112 with :
113113 github-token : ${{ secrets.GITHUB_TOKEN }}
114114 run-id : ${{ github.event.workflow_run.id || github.run_id }}
@@ -151,7 +151,7 @@ jobs:
151151 path : element-call
152152
153153 - name : 📥 Download built element-call artifact
154- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
154+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
155155 with :
156156 github-token : ${{ secrets.GITHUB_TOKEN }}
157157 run-id : ${{ github.event.workflow_run.id || github.run_id }}
0 commit comments