File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
actions/ansible-docs-build-html Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8080 - name : Retrieve rendered docs
8181 if : inputs.action == 'publish'
8282 id : download
83- uses : actions/download-artifact@v3
83+ uses : actions/download-artifact@v4
8484 with :
8585 name : ${{ inputs.artifact-name }}
8686 path : html
Original file line number Diff line number Diff line change 3636 - name : Retrieve rendered docs
3737 if : inputs.action == 'publish'
3838 id : download
39- uses : actions/download-artifact@v3
39+ uses : actions/download-artifact@v4
4040 with :
4141 name : ${{ inputs.artifact-name }}
4242 path : html
Original file line number Diff line number Diff line change 3333 artifact-upload : false
3434
3535 - name : Simple 1 - Download artifacts
36- uses : actions/download-artifact@v3
36+ uses : actions/download-artifact@v4
3737 id : simple1-artifact
3838 with :
3939 path : .artifacts/simple1
6060 artifact-upload : false
6161
6262 - name : Simple 2 - Download artifacts
63- uses : actions/download-artifact@v3
63+ uses : actions/download-artifact@v4
6464 id : simple2-artifact
6565 with :
6666 path : .artifacts/simple2
8989 artifact-name : tests-simple3
9090
9191 - name : Simple 3 - Download artifacts
92- uses : actions/download-artifact@v3
92+ uses : actions/download-artifact@v4
9393 id : simple3-artifact
9494 with :
9595 name : ${{ steps.simple3.outputs.artifact-name }}
@@ -129,7 +129,7 @@ jobs:
129129 artifact-name : tests-simple4
130130
131131 - name : Simple 4 - Download artifacts
132- uses : actions/download-artifact@v3
132+ uses : actions/download-artifact@v4
133133 id : simple4-artifact
134134 with :
135135 name : ${{ steps.simple4.outputs.artifact-name }}
@@ -171,7 +171,7 @@ jobs:
171171 artifact-name : tests-simple5
172172
173173 - name : Simple 5 - Download artifacts
174- uses : actions/download-artifact@v3
174+ uses : actions/download-artifact@v4
175175 id : simple5-artifact
176176 with :
177177 name : ${{ steps.simple5.outputs.artifact-name }}
Original file line number Diff line number Diff line change 6767
6868 - name : Upload artifact
6969 if : fromJSON(inputs.artifact-upload)
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 path : ${{ steps.build.outputs.build-html }}
7373 name : ${{ inputs.artifact-name }}
You can’t perform that action at this time.
0 commit comments