diff options
author | Valery Piashchynski <[email protected]> | 2024-05-15 10:33:00 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-15 10:33:00 +0200 |
commit | 06967c4a0776fa3e2e1056ba443448003cc10e87 (patch) | |
tree | 31c35efb44ddc8bd5f745fbd7f69d6a55ecccfe5 | |
parent | ed39d4f3701b9cd85eadf1f519fb8d1f8988ef24 (diff) | |
parent | 14bf88384668bbf10626bf9387d91264d42a2f1f (diff) |
Merge pull request #1920 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-4.4.0
build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.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 e60d688f..e91283dd 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 |