diff options
author | Valery Piashchynski <[email protected]> | 2024-05-21 11:16:16 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-21 11:16:16 +0200 |
commit | 40ad2e1de026e9947b8e163afc8015ee1c5d1047 (patch) | |
tree | 0c3d698b068c2d2e967cf77f5cd63bc066973db9 | |
parent | 8e80f7ce055a7c56dedbb6af281ec2531e0c403f (diff) | |
parent | 2fe458741e8d043760cf83b922324800e2c81d61 (diff) |
Merge pull request #1922 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-4.4.1
build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.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 e91283dd..74effd9a 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 |