File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
75+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
111+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
118+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
45+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4646 with :
4747 name : metadata.json
4848 path : ${{ steps.generate-metadata-file.outputs.filepath }}
6262 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6363
6464 - name : Setup go
65- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
65+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
6666 with :
6767 go-version-file : .go-version
6868
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
86+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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 1616 steps :
1717 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
19- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
19+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
2020 with :
2121 go-version-file : .go-version
2222
2828 - name : Test
2929 run : make test
3030
31- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
31+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3232 with :
3333 name : ${{ env.TARBALL_FILE }}
3434 path : ${{ env.TARBALL_FILE }}
You can’t perform that action at this time.
0 commit comments