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 }}