ci: update upload-artifact to v4

This commit is contained in:
leafspark 2025-05-24 21:32:56 -07:00 committed by GitHub
parent 50792722e9
commit 8f3d93461a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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