File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 47
47
fetch-depth : 0
48
48
49
49
- name : Download module artifact
50
- uses : actions/download-artifact@v4
50
+ uses : actions/download-artifact@v5
51
51
with :
52
52
name : module
53
53
path : ${{ inputs.WorkingDirectory }}/outputs/module
Original file line number Diff line number Diff line change 50
50
uses : PSModule/Install-PSModuleHelpers@v1
51
51
52
52
- name : Download docs artifact
53
- uses : actions/download-artifact@v4
53
+ uses : actions/download-artifact@v5
54
54
with :
55
55
name : docs
56
56
path : ${{ inputs.WorkingDirectory }}/outputs/docs
Original file line number Diff line number Diff line change 84
84
uses : actions/checkout@v4
85
85
86
86
- name : Download module artifact
87
- uses : actions/download-artifact@v4
87
+ uses : actions/download-artifact@v5
88
88
with :
89
89
name : module
90
90
path : ${{ inputs.WorkingDirectory }}/outputs/module
@@ -105,7 +105,7 @@ jobs:
105
105
runs-on : ${{ inputs.RunsOn }}
106
106
steps :
107
107
- name : Download module artifact
108
- uses : actions/download-artifact@v4
108
+ uses : actions/download-artifact@v5
109
109
with :
110
110
name : module
111
111
path : ${{ inputs.WorkingDirectory }}/outputs/module
Original file line number Diff line number Diff line change 85
85
uses : actions/checkout@v4
86
86
87
87
- name : Download module artifact
88
- uses : actions/download-artifact@v4
88
+ uses : actions/download-artifact@v5
89
89
with :
90
90
name : module
91
91
path : ${{ inputs.WorkingDirectory }}/outputs/module
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270
270
uses : actions/checkout@v4
271
271
272
272
- name : Download module artifact
273
- uses : actions/download-artifact@v4
273
+ uses : actions/download-artifact@v5
274
274
with :
275
275
name : module
276
276
path : ${{ inputs.WorkingDirectory }}/outputs/module
You can’t perform that action at this time.
0 commit comments