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