File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,15 +164,15 @@ jobs:
164164 steps :
165165 - uses : actions/checkout@v2
166166 - name : Download executables (Ubuntu)
167- uses : actions/download-artifact@v2
167+ uses : actions/download-artifact@v3
168168 with :
169169 name : cover-agent-ubuntu-22.04
170170 path : dist/ubuntu-22.04
171- - uses : actions/download-artifact@v2
171+ - uses : actions/download-artifact@v3
172172 with :
173173 name : cover-agent-windows-latest
174174 path : dist/windows-latest
175- - uses : actions/download-artifact@v2
175+ - uses : actions/download-artifact@v3
176176 with :
177177 name : cover-agent-macos-latest
178178 path : dist/macos-latest
Original file line number Diff line number Diff line change 5858
5959 # Step 2: Download the artifact
6060 - name : Download artifact
61- uses : actions/download-artifact@v2
61+ uses : actions/download-artifact@v3
6262 with :
6363 name : cover-agent
6464 path : dist/
You can’t perform that action at this time.
0 commit comments