From 3bd2dac4d1f93f0b3aa5b795a8bd7101df32bcb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:20:02 -0400 Subject: [PATCH] =?UTF-8?q?chore(ci):=20update=20actions/upload-artifact?= =?UTF-8?q?=20digest=20(4cec3d8=20=E2=86=92=20ea165f8)=20(#1832)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- .github/workflows/testacc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 029ea8ed..20ec6e3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,7 +82,7 @@ jobs: run: go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt -hide empty-packages - name: Upload test log - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 if: ${{ steps.filter.outputs.go == 'true' }} with: name: test-log diff --git a/.github/workflows/testacc.yml b/.github/workflows/testacc.yml index dd637594..22ce45f0 100644 --- a/.github/workflows/testacc.yml +++ b/.github/workflows/testacc.yml @@ -76,7 +76,7 @@ jobs: go test -json --timeout=30m --tags=acceptance -count=1 -v github.com/bpg/terraform-provider-proxmox/fwprovider/... 2>&1 | tee ${{ runner.temp }}/gotest-${{ matrix.os }}.log | gotestfmt -hide empty-packages - name: Upload test log - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 if: always() with: name: test-log-${{ matrix.os }}