fix: remove upload-artifact actions
This commit is contained in:
@@ -49,9 +49,3 @@ jobs:
|
||||
|
||||
- name: coverage summary
|
||||
run: go tool cover -func=coverage.out | tail -1
|
||||
|
||||
- name: upload coverage
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage
|
||||
path: coverage.out
|
||||
|
||||
Reference in New Issue
Block a user