Commit 49b5c27 1 parent 8c37acf commit 49b5c27 Copy full SHA for 49b5c27
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 72
72
echo "log_root=${log_root}" >> $GITHUB_OUTPUT
73
73
echo "log_artifact_name=${log_artifact_name}" >> $GITHUB_OUTPUT
74
74
75
- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
75
+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
76
76
with :
77
77
name : ${{ inputs.tarball-file }}
78
78
@@ -108,14 +108,14 @@ runs:
108
108
109
109
- name : Store kind cluster logs
110
110
if : success()
111
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
111
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112
112
with :
113
113
name : ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}
114
114
path : ${{ steps.create_kind_export_log_root.outputs.log_root }}
115
115
116
116
- name : Store kind cluster logs failure
117
117
if : failure()
118
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
118
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
119
119
with :
120
120
name : ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}-failed
121
121
path : ${{ steps.create_kind_export_log_root.outputs.log_root }}
Original file line number Diff line number Diff line change 42
42
version : ${{ needs.get-product-version.outputs.product-version }}
43
43
product : ${{ env.PKG_NAME }}
44
44
45
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
45
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
46
46
with :
47
47
name : metadata.json
48
48
path : ${{ steps.generate-metadata-file.outputs.filepath }}
83
83
zip -r -j "${ZIP_FILE}" "${BUILD_DIR}/"
84
84
echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT
85
85
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
87
87
with :
88
88
name : ${{ steps.build-binary.outputs.name }}
89
89
path : ${{ steps.build-binary.outputs.path }}
Original file line number Diff line number Diff line change 28
28
- name : Test
29
29
run : make test
30
30
31
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
31
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
32
32
with :
33
33
name : ${{ env.TARBALL_FILE }}
34
34
path : ${{ env.TARBALL_FILE }}
You can’t perform that action at this time.
0 commit comments