2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

chore(deps): Update actions/upload-artifact action to v4

This commit is contained in:
机器人
2023-12-14 19:03:48 +00:00
parent a3aaaa37ef
commit 255f94d588

View File

@@ -26,7 +26,7 @@ jobs:
GOARCH: ${{ matrix.goarch }}
run: go build -ldflags '-s -w --extldflags "-static -fpic"' -o panel-${{ matrix.goarch }}
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: panel-${{ matrix.goarch }}
path: panel-${{ matrix.goarch }}