mirror of https://github.com/leafspark/AutoGGUF
ci: update upload-artifact to v4
This commit is contained in:
parent
50792722e9
commit
8f3d93461a
|
@ -106,7 +106,7 @@ jobs:
|
||||||
cd $distPath && shasum -a 256 $exeName > $hashFile
|
cd $distPath && shasum -a 256 $exeName > $hashFile
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: AutoGGUF-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.inputs.build_type }}-${{ github.sha }}
|
name: AutoGGUF-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.inputs.build_type }}-${{ github.sha }}
|
||||||
path: |
|
path: |
|
||||||
|
@ -114,7 +114,7 @@ jobs:
|
||||||
!build/${{ github.event.inputs.build_type == 'RELEASE' && 'release' || 'dev' }}/dist/AutoGGUF-*.sha256
|
!build/${{ github.event.inputs.build_type == 'RELEASE' && 'release' || 'dev' }}/dist/AutoGGUF-*.sha256
|
||||||
|
|
||||||
- name: Upload SHA256
|
- name: Upload SHA256
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: AutoGGUF-${{ github.sha }}-SHA256
|
name: AutoGGUF-${{ github.sha }}-SHA256
|
||||||
path: build/${{ github.event.inputs.build_type == 'RELEASE' && 'release' || 'dev' }}/dist/AutoGGUF-*.sha256
|
path: build/${{ github.event.inputs.build_type == 'RELEASE' && 'release' || 'dev' }}/dist/AutoGGUF-*.sha256
|
||||||
|
|
Loading…
Reference in New Issue