mod(action): decrement version for upload-artifact action
All checks were successful
Go Project Action / Spell-check and test go project (push) Successful in 32s
Release Go Application / Release go project (release) Successful in 41s
Go Project Action / Spell-check and test go project (release) Successful in 29s

This commit is contained in:
2024-10-06 11:01:16 +02:00
parent 132748ff5e
commit c838ebf698

View File

@@ -23,7 +23,7 @@ jobs:
- name: Build
run: go build -ldflags "-s -w" -o ./bin/serve main.go
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: serve
path: ./bin/serve