diff options
author | Valery Piashchynski <[email protected]> | 2024-02-27 12:56:40 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-27 12:56:40 +0100 |
commit | c66895daae61b6e5545acad47d0b0a810418490e (patch) | |
tree | 3813e0129b449f2de18f39e6a785b2fd8b1319a5 | |
parent | 68e43896b3556b87892957b4be2d399e54069048 (diff) | |
parent | f659e825fee434277fe4f3d812376b567020ac27 (diff) |
Merge pull request #1879 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-4.1.0
build(deps): bump codecov/codecov-action from 4.0.2 to 4.1.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 c16bdfff..1be2daad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,7 +74,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 |