Skip to content

Commit ccd11c8

Browse files
Result of tsccr-helper -log-level=info gha update -latest .github/ (#732)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent 90915a0 commit ccd11c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/integration-test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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 }}
@@ -83,7 +83,7 @@ jobs:
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 }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)