File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5353 uses : actions/checkout@v3
5454
5555 - name : Download artifacts
56- uses : actions/download-artifact@v2
56+ uses : actions/download-artifact@v3
5757 with :
5858 name : ${{ env.ARTIFACT_NAME }}
5959 path : ${{ env.DIST_DIR }}
@@ -125,7 +125,7 @@ jobs:
125125
126126 steps :
127127 - name : Download artifact
128- uses : actions/download-artifact@v2
128+ uses : actions/download-artifact@v3
129129 with :
130130 name : ${{ env.ARTIFACT_NAME }}
131131 path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113
114114 steps :
115115 - name : Download combined builds artifact
116- uses : actions/download-artifact@v2
116+ uses : actions/download-artifact@v3
117117 with :
118118 name : ${{ env.BUILDS_ARTIFACT }}
119119 path : ${{ env.BUILDS_ARTIFACT }}
Original file line number Diff line number Diff line change 5858 uses : actions/checkout@v3
5959
6060 - name : Download artifacts
61- uses : actions/download-artifact@v2
61+ uses : actions/download-artifact@v3
6262 with :
6363 name : ${{ env.ARTIFACT_NAME }}
6464 path : ${{ env.DIST_DIR }}
@@ -130,7 +130,7 @@ jobs:
130130
131131 steps :
132132 - name : Download artifact
133- uses : actions/download-artifact@v2
133+ uses : actions/download-artifact@v3
134134 with :
135135 name : ${{ env.ARTIFACT_NAME }}
136136 path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 uses : actions/checkout@v3
110110
111111 - name : Download configuration files artifact
112- uses : actions/download-artifact@v2
112+ uses : actions/download-artifact@v3
113113 with :
114114 name : ${{ env.CONFIGURATIONS_ARTIFACT }}
115115 path : ${{ env.CONFIGURATIONS_FOLDER }}
You can’t perform that action at this time.
0 commit comments