2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

chore(deps): Update codecov/codecov-action action to v4

This commit is contained in:
机器人
2024-02-02 22:08:46 +00:00
parent 6e2d3eed06
commit 705620ab13

View File

@@ -17,7 +17,7 @@ jobs:
- name: Run tests with coverage
run: go test -v -coverprofile="coverage.out" ./...
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.out
token: ${{ secrets.CODECOV }}