fix: remove upload-artifact actions
ci / test (push) Canceled after 0s
build / build-push (push) Canceled after 0s

This commit is contained in:
2026-08-30 20:49:24 -07:00
parent 24e6e82904
commit 62792853ba
-6
View File
@@ -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