From 3969ef1df150f4846cef580cd1f3d2dd77d3fa8a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 Apr 2022 15:07:16 +0200 Subject: [PATCH] Bump codecov action. (#79) (#80) (cherry picked from commit ebe6e9377397d73439a43cad3270471508eb9b51) --- .github/workflows/ansible-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 9f85ddc..b6bc93d 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -68,7 +68,7 @@ jobs: working-directory: ./ansible_collections/community/routeros # See the reports at https://codecov.io/gh/ansible_collections/ansible-collections/community.routeros - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: fail_ci_if_error: false @@ -127,7 +127,7 @@ jobs: working-directory: ./ansible_collections/community/routeros # See the reports at https://codecov.io/gh/ansible_collections/ansible-collections/community.routeros - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: fail_ci_if_error: false @@ -203,6 +203,6 @@ jobs: # working-directory: ./ansible_collections/community/routeros # # # See the reports at https://codecov.io/gh/ansible-collections/community.routeros -# - uses: codecov/codecov-action@v2 +# - uses: codecov/codecov-action@v3 # with: # fail_ci_if_error: false