workflows: Fix upload-artifact version not supported
All checks were successful
Build artifact / build (push) Successful in 34s
All checks were successful
Build artifact / build (push) Successful in 34s
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
run: go test -v ./...
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: InnkeeperBot
|
||||
path: ./InnkeeperBot
|
||||
Reference in New Issue
Block a user