2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 18:27:13 +08:00

Merge branch 'renovate/major-all' into 'main'

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

See merge request opensource/panel!28
This commit is contained in:
耗子
2023-12-20 14:47:13 +00:00

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 }}