diff options
author | Valery Piashchynski <[email protected]> | 2024-02-26 00:28:25 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-26 00:28:25 +0100 |
commit | 68e43896b3556b87892957b4be2d399e54069048 (patch) | |
tree | aec96da36ee7bb319fdcf258054230b1ef1bb87e /.github | |
parent | 9ecd9becd8c3e56c1d3d0bc326673d27afac9f6b (diff) | |
parent | 658dc16428ef6fcd1113b4883384f52a9791c017 (diff) |
Merge pull request #1877 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-4.0.2
build(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2
Diffstat (limited to '.github')
-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 51720edf..c16bdfff 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 |