From ebe6e9377397d73439a43cad3270471508eb9b51 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 14 Apr 2022 22:38:38 +0200 Subject: [PATCH] Bump codecov action. (#79) --- .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 984ddc7..b93ffa2 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -70,7 +70,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 @@ -131,7 +131,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 @@ -205,6 +205,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