File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
if : github.event.workflow_run.conclusion == 'success'
18
18
steps :
19
19
- name : Download Release Info
20
- uses : dawidd6/action-download-artifact@v2
20
+ uses : dawidd6/action-download-artifact@v3
21
21
with :
22
22
run_id : ${{ github.event.workflow_run.id }}
23
23
name : release-info
39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : Download and Extract Artifacts from build
42
- uses : dawidd6/action-download-artifact@v2
42
+ uses : dawidd6/action-download-artifact@v3
43
43
with :
44
44
run_id : ${{ github.event.workflow_run.id }}
45
45
name : Signed
Original file line number Diff line number Diff line change 22
22
steps :
23
23
# Need to download from the associated workflow
24
24
- name : Download and Extract Artifacts from build
25
- uses : dawidd6/action-download-artifact@v2
25
+ uses : dawidd6/action-download-artifact@v3
26
26
with :
27
27
run_id : ${{ github.event.workflow_run.id }}
28
28
path : artifacts
You can’t perform that action at this time.
0 commit comments