Skip to content

Commit 79d561d

Browse files
chore: update codecov/codecov-action action to v7 (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8569081 commit 79d561d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ jobs:
8888
go test -v -coverprofile=coverage.cov -coverpkg=./... ./... 2>&1 | \
8989
tee >(go-junit-report -set-exit-code > junit-report.xml)
9090
- name: Upload test results to Codecov
91-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
91+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
9292
if: always() && !cancelled()
9393
with:
9494
report_type: test_results
9595
files: junit-report.xml
9696
verbose: true
9797
token: ${{ secrets.CODECOV_TOKEN }}
9898
- name: Upload code coverage report to Codecov
99-
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
99+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
100100
with:
101101
report_type: coverage
102102
files: coverage.cov

0 commit comments

Comments
 (0)