From 261eb7048a064be89c3f512e69d9d623c3d03a21 Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" Date: Mon, 20 Jan 2025 06:09:00 +0000 Subject: [PATCH] Result of tsccr-helper -log-level=info gha update -latest .github/ --- .github/actions/integration-test/action.yml | 4 ++-- .github/workflows/build.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/integration-test/action.yml b/.github/actions/integration-test/action.yml index b12fe0ec..8a571ac3 100644 --- a/.github/actions/integration-test/action.yml +++ b/.github/actions/integration-test/action.yml @@ -117,13 +117,13 @@ runs: 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 }} - name: Store kind cluster logs if: success() - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }} path: ${{ steps.create_kind_export_log_root.outputs.log_root }} - name: Store kind cluster logs failure if: failure() - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ steps.create_kind_export_log_root.outputs.log_artifact_name }}-failed path: ${{ steps.create_kind_export_log_root.outputs.log_root }} diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e19760f4..b624c78f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -108,7 +108,7 @@ jobs: version: ${{ needs.get-product-version.outputs.product-version }} product: ${{ env.PKG_NAME }} repositoryOwner: "hashicorp" - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: metadata.json path: ${{ steps.generate-metadata-file.outputs.filepath }} @@ -149,7 +149,7 @@ jobs: echo "path=${ZIP_FILE}" >> $GITHUB_OUTPUT echo "name=$(basename ${ZIP_FILE})" >> $GITHUB_OUTPUT - name: Upload binary - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ steps.build-binary.outputs.name }} path: ${{ steps.build-binary.outputs.path }}