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 ./...
|
run: go test -v ./...
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: InnkeeperBot
|
name: InnkeeperBot
|
||||||
path: ./InnkeeperBot
|
path: ./InnkeeperBot
|
||||||
Reference in New Issue
Block a user