diff options
author | Valery Piashchynski <[email protected]> | 2024-02-01 16:41:43 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-01 16:41:43 +0100 |
commit | 79f22c6a240b883ef21bbcfa4a905a8cc71cc412 (patch) | |
tree | 9b2832ebdecd754176c72c52b5f3b5d4df68ce29 | |
parent | d7f666725532471c40c6c27bffc32856d23cd880 (diff) | |
parent | f0ad1c67d962fca9e2ef5bff661ec596f49078f0 (diff) |
Merge pull request #1846 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-4.0.0
build(deps): bump codecov/codecov-action from 3.1.4 to 4.0.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 c8d49de7..448dc552 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 |