diff options
author | Valery Piashchynski <[email protected]> | 2024-12-06 12:04:26 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-06 12:04:26 +0100 |
commit | 97bbd1d9c064b360b8cc02afa1782fb16419ec6f (patch) | |
tree | 31e7201d6e7e634d216891da6e8fce75adca30e1 | |
parent | 9335c69e9e302e0063cff2b9739f140c9474864e (diff) | |
parent | 665bce4ad014ce29f7360da97c4e27309d043f67 (diff) |
Merge pull request #2083 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-5.1.1
chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1
-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 c40c370b..f4806d61 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 |