diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 21273ee..7a655a4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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"