Commit 82fa073 1 parent 94ac9b3 commit 82fa073 Copy full SHA for 82fa073
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- name : Download built conda package from another workflow
54
54
if : inputs.build_workflow != ''
55
- uses : dawidd6/action-download-artifact@v7
55
+ uses : dawidd6/action-download-artifact@v8
56
56
with :
57
57
name : ${{ env.ARTIFACTNAME }}
58
58
name_is_regexp : true
93
93
micromamba-binary-path : ${{ runner.temp }}/bin/micromamba
94
94
95
95
- name : Download built conda package from another workflow
96
- uses : dawidd6/action-download-artifact@v7
96
+ uses : dawidd6/action-download-artifact@v8
97
97
with :
98
98
name : ${{ env.ARTIFACTNAME }}
99
99
name_is_regexp : true
Original file line number Diff line number Diff line change 53
53
54
54
- name : Download built package from another workflow
55
55
if : inputs.build_workflow != ''
56
- uses : dawidd6/action-download-artifact@v7
56
+ uses : dawidd6/action-download-artifact@v8
57
57
with :
58
58
name : ${{ env.ARTIFACTNAME }}
59
59
workflow : ${{ inputs.build_workflow }}
82
82
steps :
83
83
- name : Download built package from another workflow
84
84
if : inputs.build_workflow != ''
85
- uses : dawidd6/action-download-artifact@v7
85
+ uses : dawidd6/action-download-artifact@v8
86
86
with :
87
87
name : ${{ env.ARTIFACTNAME }}
88
88
workflow : ${{ inputs.build_workflow }}
You can’t perform that action at this time.
0 commit comments