File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 ]
3333 steps :
3434 - name : Download images artifact - node${{ matrix.nodeMajorVersion }}
35- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
35+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
3636 with :
3737 name : electron-builder-all-${{ matrix.nodeMajorVersion }}
3838 path : ${{ runner.temp }}
Original file line number Diff line number Diff line change 9090 - name : Download test-runner if exists
9191 if : needs.run-docker-build.result == 'success'
9292 id : download-test-runner-image
93- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
93+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
9494 with :
9595 name : electron-builder-all-${{ env.TEST_IMAGE_NODE_MAJOR_VERSION }}
9696 path : ${{ runner.temp }}
@@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Download test-runner if exists
138138 if : needs.run-docker-build.result == 'success'
139- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
139+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
140140 with :
141141 name : electron-builder-all-${{ env.TEST_IMAGE_NODE_MAJOR_VERSION }}
142142 path : ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments