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