fix(workflow): upgrade upload-artifact action to v4

This commit is contained in:
2025-10-21 00:40:43 +08:00
parent c01f1a7f0d
commit f0eebec857

View File

@@ -88,7 +88,7 @@ jobs:
cd ../../
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: frp_${{ matrix.goos }}_${{ matrix.goarch }}
path: |