From 65034de7697c01a13626e6adf9d74220420b7d72 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 14 Oct 2021 15:23:00 +0200 Subject: [PATCH] Replace deprecated v1 codecov updater with v2. (#54) --- .github/workflows/ansible-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 5777dcd..e9389ea 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -109,7 +109,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@v1 + - uses: codecov/codecov-action@v2 with: fail_ci_if_error: false @@ -182,6 +182,6 @@ jobs: working-directory: ./ansible_collections/community/routeros # See the reports at https://codecov.io/gh/ansible-collections/community.routeros - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2 with: fail_ci_if_error: false