6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 13:56:46 +00:00

Merge pull request #25 from grdl/dependabot/github_actions/codecov/codecov-action-5

ci(deps): bump codecov/codecov-action from 4 to 5
This commit is contained in:
Greg Dlugoszewski
2025-08-23 23:10:10 +02:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ jobs:
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.24'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./coverage.out
flags: unittests