From 1cc540c880fefdddccdd3b49245f6fbdf1b863bc Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 8 Jan 2025 18:44:57 +0000 Subject: [PATCH] build: Update github artifact action version The v3 version is now deprecated. Tested by creating a dummy tag and validating the results. Signed-off-by: Rob Bradford --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c5ddae180..bc197f9ab 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -54,7 +54,7 @@ jobs: cp target/${{ matrix.platform.target }}/release/ch-remote ./${{ matrix.platform.name_ch_remote }} - name: Upload Release Artifacts if: github.event_name == 'create' && github.event.ref_type == 'tag' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Artifacts for ${{ matrix.platform.target }} path: | @@ -80,7 +80,7 @@ jobs: github.event_name == 'create' && github.event.ref_type == 'tag' && matrix.platform.target == 'x86_64-unknown-linux-gnu' id: upload-release-cloud-hypervisor-vendored-sources - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: cloud-hypervisor-${{ github.event.ref }}.tar.xz name: cloud-hypervisor-${{ github.event.ref }}.tar.xz