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 ../../ cd ../../
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: frp_${{ matrix.goos }}_${{ matrix.goarch }} name: frp_${{ matrix.goos }}_${{ matrix.goarch }}
path: | path: |