From 640d1d1626a0a82bb223c6a9167f342aa3e49d66 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Thu, 20 Apr 2023 10:30:42 +0200 Subject: [PATCH] Update codecov version --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 73803ea12f..5eb4ec2ce1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ version: 2.1 # Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects. orbs: android: circleci/android@1.0.3 - codecov: codecov/codecov@1.2.0 + codecov: codecov/codecov@3.2.4 jobs: # Below is the definition of your job to build and test your app, you can rename and customize it as you want. @@ -45,4 +45,4 @@ workflows: # For more details on extending your workflow, see the configuration docs: https://circleci.com/docs/2.0/configuration-reference/#workflows dotests: jobs: - - build-and-test \ No newline at end of file + - build-and-test