File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116
117117 steps :
118118 - name : Download combined builds artifact
119- uses : actions/download-artifact@v2
119+ uses : actions/download-artifact@v3
120120 with :
121121 name : ${{ env.BUILDS_ARTIFACT }}
122122 path : ${{ env.BUILDS_ARTIFACT }}
Original file line number Diff line number Diff line change 6565 uses : actions/checkout@v2
6666
6767 - name : Download artifacts
68- uses : actions/download-artifact@v2
68+ uses : actions/download-artifact@v3
6969 with :
7070 name : ${{ env.ARTIFACT_NAME }}
7171 path : ${{ env.DIST_DIR }}
@@ -133,7 +133,7 @@ jobs:
133133 uses : actions/checkout@v2
134134
135135 - name : Download artifact
136- uses : actions/download-artifact@v2
136+ uses : actions/download-artifact@v3
137137 with :
138138 name : ${{ env.ARTIFACT_NAME }}
139139 path : ${{ env.DIST_DIR }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 uses : actions/checkout@v2
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