File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,13 +117,13 @@ runs:
117
117
make $make_target VERSION=${{ inputs.version }} INTEGRATION_TESTS_PARALLEL=true SUPPRESS_TF_OUTPUT=true EXPORT_KIND_LOGS_ROOT=${{ steps.create_kind_export_log_root.outputs.log_root }}
118
118
- name : Store kind cluster logs
119
119
if : success()
120
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
120
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
121
121
with :
122
122
name : ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}
123
123
path : ${{ steps.create_kind_export_log_root.outputs.log_root }}
124
124
- name : Store kind cluster logs failure
125
125
if : failure()
126
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
126
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
127
127
with :
128
128
name : ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}-failed
129
129
path : ${{ steps.create_kind_export_log_root.outputs.log_root }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
version : ${{ needs.get-product-version.outputs.product-version }}
109
109
product : ${{ env.PKG_NAME }}
110
110
repositoryOwner : " hashicorp"
111
- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
111
+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
112
112
with :
113
113
name : metadata.json
114
114
path : ${{ steps.generate-metadata-file.outputs.filepath }}
@@ -149,7 +149,7 @@ jobs:
149
149
echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT
150
150
echo "name=$(basename ${ZIP_FILE})" >> $GITHUB_OUTPUT
151
151
- name : Upload binary
152
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
152
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
153
153
with :
154
154
name : ${{ steps.build-binary.outputs.name }}
155
155
path : ${{ steps.build-binary.outputs.path }}
You can’t perform that action at this time.
0 commit comments