File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7272 echo "log_root=${log_root}" >> $GITHUB_OUTPUT
7373 echo "log_artifact_name=${log_artifact_name}" >> $GITHUB_OUTPUT
7474
75- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
75+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
7676 with :
7777 name : ${{ inputs.tarball-file }}
7878
@@ -108,14 +108,14 @@ runs:
108108
109109 - name : Store kind cluster logs
110110 if : success()
111- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
111+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112112 with :
113113 name : ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}
114114 path : ${{ steps.create_kind_export_log_root.outputs.log_root }}
115115
116116 - name : Store kind cluster logs failure
117117 if : failure()
118- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
118+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
119119 with :
120120 name : ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}-failed
121121 path : ${{ steps.create_kind_export_log_root.outputs.log_root }}
Original file line number Diff line number Diff line change 4242 version : ${{ needs.get-product-version.outputs.product-version }}
4343 product : ${{ env.PKG_NAME }}
4444
45- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
45+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4646 with :
4747 name : metadata.json
4848 path : ${{ steps.generate-metadata-file.outputs.filepath }}
8383 zip -r -j "${ZIP_FILE}" "${BUILD_DIR}/"
8484 echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT
8585 echo "name=$(basename ${ZIP_FILE})" >> $GITHUB_OUTPUT
86- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
86+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8787 with :
8888 name : ${{ steps.build-binary.outputs.name }}
8989 path : ${{ steps.build-binary.outputs.path }}
Original file line number Diff line number Diff line change 2828 - name : Test
2929 run : make test
3030
31- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
31+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3232 with :
3333 name : ${{ env.TARBALL_FILE }}
3434 path : ${{ env.TARBALL_FILE }}
You can’t perform that action at this time.
0 commit comments