File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 - name : Install node modules
142142 run : pnpm install --frozen-lockfile
143143 - name : Download built Windows E2E tests
144- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
144+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
145145 with :
146146 name : win-e2e-build-artifacts
147147 path : dist/bin/tests/
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160 - name : Install node modules
161161 run : pnpm install --frozen-lockfile
162162 - name : Download built Windows E2E tests
163- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
163+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
164164 with :
165165 name : win-e2e-build-artifacts
166166 path : dist/bin/tests/
You can’t perform that action at this time.
0 commit comments