File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 go-version-file : go.mod
118118
119119 - name : Download artifacts
120- uses : actions/download-artifact@v6
120+ uses : actions/download-artifact@v7
121121 with :
122122 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
123123 path : ${{ env.DIST_DIR }}
@@ -229,7 +229,7 @@ jobs:
229229 echo "TAG=$TAG" >>"$GITHUB_ENV"
230230
231231 - name : Download artifacts
232- uses : actions/download-artifact@v6
232+ uses : actions/download-artifact@v7
233233 with :
234234 merge-multiple : true
235235 path : ${{ env.DIST_DIR }}
@@ -263,7 +263,7 @@ jobs:
263263
264264 - name : Download artifact
265265 if : steps.aws-determination.outputs.publish == 'true'
266- uses : actions/download-artifact@v6
266+ uses : actions/download-artifact@v7
267267 with :
268268 pattern : ${{ env.ARTIFACT_PREFIX }}*
269269 merge-multiple : true
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159
160160 steps :
161161 - name : Download build artifacts
162- uses : actions/download-artifact@v6
162+ uses : actions/download-artifact@v7
163163
164164 - name : Create checksum file
165165 run : |
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 go-version-file : go.mod
118118
119119 - name : Download artifacts
120- uses : actions/download-artifact@v6
120+ uses : actions/download-artifact@v7
121121 with :
122122 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
123123 path : ${{ env.DIST_DIR }}
@@ -223,7 +223,7 @@ jobs:
223223 echo "publish=${{ secrets.AWS_ROLE_TO_ASSUME != '' }}" >>$GITHUB_OUTPUT
224224
225225 - name : Download artifact
226- uses : actions/download-artifact@v6
226+ uses : actions/download-artifact@v7
227227 with :
228228 pattern : ${{ env.ARTIFACT_PREFIX }}*
229229 merge-multiple : true
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 uses : actions/checkout@v6
124124
125125 - name : Download configuration file artifacts
126- uses : actions/download-artifact@v6
126+ uses : actions/download-artifact@v7
127127 with :
128128 merge-multiple : true
129129 pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
You can’t perform that action at this time.
0 commit comments