diff options
author | Valery Piashchynski <[email protected]> | 2024-12-20 01:21:38 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-20 01:21:38 +0100 |
commit | 7ba3b9ec155df34c6c1c2e11a1007e09684dccc1 (patch) | |
tree | a1461b9030ac3f08aabf7f01528179c482495c0d | |
parent | 9abe0e6f15480bf3dc488282c05dd29273a1ef03 (diff) | |
parent | 1e1d580ac31a2ec9f8444b3855f56d2da9fe4251 (diff) |
Merge pull request #2095 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-5.1.2
chore(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2
-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 f4806d61..d1b1fc10 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 |