diff options
author | Valery Piashchynski <[email protected]> | 2024-11-21 01:12:23 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-21 01:12:23 +0100 |
commit | bd93d5c005b48a086646145827e302e2fd5d5872 (patch) | |
tree | 9aaa730bf22a3deb04485e7c02068ae6d035b23e | |
parent | d89ca1777bf53e0abf6e22c6043ee31fe63ac948 (diff) | |
parent | 60d8f0fc395126c4eea81f70629d903f15730b80 (diff) |
Merge pull request #2059 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-5.0.7
chore(deps): bump codecov/codecov-action from 5.0.3 to 5.0.7
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 034e87a2..68bc8e06 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: - name: Upload Coverage report to CodeCov continue-on-error: true - uses: codecov/[email protected] # https://github.com/codecov/codecov-action + uses: codecov/[email protected] # https://github.com/codecov/codecov-action with: file: /tmp/coverage.txt |