chore(deps): update actions/upload-artifact action to v5

This commit is contained in:
2025-11-22 01:03:54 +00:00
parent 303f0ec9d3
commit 36437b8b33
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- run: go mod download - run: go mod download
- run: CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o manage-servers . - run: CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o manage-servers .
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v5
with: with:
name: manage-servers-binary name: manage-servers-binary
path: manage-servers path: manage-servers