From 491e266ac4b3e6d9bd433df6f42a61db6e04663d 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) (cherry picked from commit 65034de7697c01a13626e6adf9d74220420b7d72) --- .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 ca6264c..4abea83 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -107,7 +107,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 @@ -181,6 +181,6 @@ 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