mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 03:22:59 +00:00
chore(ci): update actions/upload-artifact digest (4cec3d8 → ea165f8) (#1832)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
bd5ab9103c
commit
3bd2dac4d1
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
2
.github/workflows/testacc.yml
vendored
2
.github/workflows/testacc.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user