diff options
author | Valery Piashchynski <[email protected]> | 2024-11-20 00:06:57 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-20 00:06:57 +0100 |
commit | caf8a891b9b98e43fbbd8c2969e1a9d16a863549 (patch) | |
tree | 878edc8c44a3afe6906e4e657d0dfa33c115c00a | |
parent | 0ec2ef0aabace8811c69156f0b18d2637c50e02d (diff) | |
parent | 044c299820d1ae9447ecd044e4f8e6c1ce479c16 (diff) |
Merge pull request #2055 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-5.0.3
chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.3
-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 885da42e..964d6832 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 |