diff options
author | Valery Piashchynski <[email protected]> | 2023-04-21 01:38:35 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-21 01:38:35 +0200 |
commit | bb4510c1e01ecb03333f5276ed40512b756fb895 (patch) | |
tree | 6316920aeacc642e233387a7dd25ac195e8695e8 | |
parent | 9986fb22b370758a40ad6f04ff57d4c84c4664d5 (diff) | |
parent | 45d13826d4348dd1eef43e03afcca9d212848d2f (diff) |
Merge pull request #1548 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-3.1.3
build(deps): bump codecov/codecov-action from 3.1.2 to 3.1.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 85252028..56995ebd 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 |