File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 # Try and upload logs
125125 - run : zip arm_failure_logs.zip builder/azure/arm/packer_*txt
126126 if : ${{ failure() }}
127- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
127+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
128128 if : ${{ failure() }}
129129 with :
130130 name : " arm_failure_logs.zip"
@@ -133,7 +133,7 @@ jobs:
133133
134134 - run : zip dtl_failure_logs.zip builder/azure/dtl/packer_*txt
135135 if : ${{ failure() }}
136- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
136+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
137137 if : ${{ failure() }}
138138 with :
139139 name : " dtl_failure_logs.zip"
Original file line number Diff line number Diff line change 7575 version : ${{ needs.set-product-version.outputs.product-version }}
7676 product : ${{ env.REPO_NAME }}
7777
78- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
78+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0 .0
7979 with :
8080 name : metadata.json
8181 path : ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -230,7 +230,7 @@ jobs:
230230 sed -e "s/PLACEHOLDER_PROTOCOL_VERSION/${CLEAN_API_VERSION}/g" \
231231 manifest.json > ${{ env.REPO_NAME }}_${{ needs.set-product-version.outputs.product-version }}_manifest.json
232232 - name : Upload manifest json
233- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
233+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0 .0
234234 with :
235235 name : packer-plugin-manifest.json
236236 path : ${{ env.REPO_NAME }}_${{ needs.set-product-version.outputs.product-version }}_manifest.json
You can’t perform that action at this time.
0 commit comments