mirror of
https://github.com/NotAShelf/catApi.git
synced 2025-02-23 03:48:12 +00:00
ci: update workflows
This commit is contained in:
parent
f4ad0b5640
commit
05843107d6
1 changed files with 1 additions and 3 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -21,9 +21,7 @@ jobs:
|
||||||
run: go build -v ./..
|
run: go build -v ./..
|
||||||
|
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
uses: actions/upload-artifact@v3.1.3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
# Artifact name
|
|
||||||
name: "catApi"
|
name: "catApi"
|
||||||
# A file, directory or wildcard pattern that describes what to upload
|
|
||||||
path: "catApi"
|
path: "catApi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue