File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,14 @@ runs:
108108
109109 - name : Store kind cluster logs
110110 if : success()
111- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
111+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
118+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
45+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
86+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
31+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
3232 with :
3333 name : ${{ env.TARBALL_FILE }}
3434 path : ${{ env.TARBALL_FILE }}
You can’t perform that action at this time.
0 commit comments