diff options
author | Valery Piashchynski <[email protected]> | 2024-11-15 11:09:08 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-15 11:09:08 +0100 |
commit | 0ec2ef0aabace8811c69156f0b18d2637c50e02d (patch) | |
tree | bf0bd95266aea316c19c40c6cde923d93bb86527 | |
parent | 3911515b4514caa8ca32f16711a854c527916fac (diff) | |
parent | fe804c6a264fe315d9dc181dea1d755616a3fefb (diff) |
Merge pull request #2047 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-5.0.0
chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.0
-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 6236891c..885da42e 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 |