mirror of
https://github.com/NotAShelf/catApi.git
synced 2025-02-22 19:38:21 +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 ./..
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v3.1.3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
# Artifact name
|
||||
name: "catApi"
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: "catApi"
|
||||
|
|
Loading…
Add table
Reference in a new issue