diff options
author | Valery Piashchynski <[email protected]> | 2022-04-26 00:34:24 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-26 00:34:24 +0200 |
commit | 16a8a157c28e4e933a4140b94303193a9d207b59 (patch) | |
tree | 1df2609ecf125fa0d52c189a73ac511ec08da377 | |
parent | b7565a9ff9e5f85fd223343e599f00cd61bcdf04 (diff) | |
parent | 5aaa9e5b06b58ac3229b010fafa4a5f53020e9f3 (diff) |
Merge branch 'master' into dependabot/go_modules/github.com/temporalio/roadrunner-temporal-1.4.0-rc.1
-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 223da1ac..3d6d2869 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,7 +78,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 |