diff options
author | Valery Piashchynski <[email protected]> | 2024-10-03 18:40:46 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-03 18:40:46 +0200 |
commit | c18d2cd8ecd988767200c52b8b7b8bd86a737bcb (patch) | |
tree | dcdd0026ef667613374ea8a0c8bd460587ec45a2 | |
parent | 3a6fb4e42a3c0754fe6bf7686512d04adbb44cd7 (diff) | |
parent | 5f44e30699b9399677471933f2c9e5fdf56e8867 (diff) |
Merge pull request #2015 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-4.6.0
chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.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 faecd319..d60a867a 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 |