@@ -78,15 +78,15 @@ jobs:
7878 - name : Upload module artifact
7979 uses : actions/upload-artifact@v4
8080 with :
81- name : ${{ inputs.Name }}- module
81+ name : module
8282 path : ${{ inputs.ModulesOutputPath }}
8383 if-no-files-found : error
8484 retention-days : 1
8585
8686 - name : Upload docs artifact
8787 uses : actions/upload-artifact@v4
8888 with :
89- name : ${{ inputs.Name }}- docs
89+ name : docs
9090 path : ${{ inputs.DocsOutputPath }}
9191 if-no-files-found : error
9292 retention-days : 1
@@ -117,7 +117,7 @@ jobs:
117117 - name : Download module artifact
118118 uses : actions/download-artifact@v4
119119 with :
120- name : ${{ inputs.Name }}- module
120+ name : module
121121 path : ${{ inputs.ModulesOutputPath }}
122122
123123 - name : Test built module
@@ -141,7 +141,7 @@ jobs:
141141 - name : Download docs artifact
142142 uses : actions/download-artifact@v4
143143 with :
144- name : ${{ inputs.Name }}- docs
144+ name : docs
145145 path : ${{ inputs.DocsOutputPath }}
146146
147147 - name : Lint documentation
@@ -170,13 +170,13 @@ jobs:
170170 - name : Download module artifact
171171 uses : actions/download-artifact@v4
172172 with :
173- name : ${{ inputs.Name }}- module
173+ name : module
174174 path : ${{ inputs.ModulesOutputPath }}
175175
176176 - name : Download docs artifact
177177 uses : actions/download-artifact@v4
178178 with :
179- name : ${{ inputs.Name }}- docs
179+ name : docs
180180 path : ${{ inputs.DocsOutputPath }}
181181
182182 - name : Publish module
0 commit comments