From 8f3d93461a0288dff19b8636a5b3aa2c4b95f2e6 Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Sat, 24 May 2025 21:32:56 -0700 Subject: [PATCH] ci: update upload-artifact to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52b7088..df7e36d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,7 +106,7 @@ jobs: cd $distPath && shasum -a 256 $exeName > $hashFile - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: AutoGGUF-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.inputs.build_type }}-${{ github.sha }} path: | @@ -114,7 +114,7 @@ jobs: !build/${{ github.event.inputs.build_type == 'RELEASE' && 'release' || 'dev' }}/dist/AutoGGUF-*.sha256 - name: Upload SHA256 - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: AutoGGUF-${{ github.sha }}-SHA256 path: build/${{ github.event.inputs.build_type == 'RELEASE' && 'release' || 'dev' }}/dist/AutoGGUF-*.sha256