From ed123367b351c0873e1bd4b5951898e7f135c150 Mon Sep 17 00:00:00 2001 From: ONODERA Masaru <46081939+masa-orca@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:34:56 +0900 Subject: [PATCH] Change codedev action version (#1374) --- .github/workflows/plugins-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugins-integration.yml b/.github/workflows/plugins-integration.yml index 20738ca7c..4d4f1c4d9 100644 --- a/.github/workflows/plugins-integration.yml +++ b/.github/workflows/plugins-integration.yml @@ -87,6 +87,6 @@ jobs: working-directory: ./ansible_collections/community/zabbix # See the repots at https://codecov.io/gh/ansible-collections/community.zabbix - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: fail_ci_if_error: false