diff options
author | Valery Piashchynski <[email protected]> | 2024-02-06 14:59:28 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-06 14:59:28 +0100 |
commit | d116ac6a4f6f33023f131a96579688bbbabb1962 (patch) | |
tree | 78eba15c2f58736f3ce1a4ee33fcdebee0f8a394 /.github/workflows | |
parent | 8cb2c6f4c5a52a867ccfb1768a4dbcd28998f04c (diff) | |
parent | 01e39c36150c23a51f5a127f6628cb8dba4f0435 (diff) |
Merge pull request #1861 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-4.0.1
build(deps): bump codecov/codecov-action from 4.0.0 to 4.0.1
Diffstat (limited to '.github/workflows')
-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 448dc552..70fb5ce5 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 |