fix: upload-artifact use v3
All checks were successful
x86_64 / build (push) Successful in 9m23s

This commit is contained in:
tqcq
2025-08-30 04:32:49 +08:00
parent 5421d0e90e
commit eecfdc8281

View File

@@ -15,7 +15,7 @@ jobs:
run: | run: |
make -j2 make -j2
make install make install
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v3
with: with:
path: pjsip-libs/** path: pjsip-libs/**
name: pjsip-libs.zip name: pjsip-libs.zip