From 512758217ec217019eec8a28ea127125fb319977 Mon Sep 17 00:00:00 2001 From: Samuel Genheden Date: Wed, 16 Oct 2024 13:15:01 +0200 Subject: [PATCH] Upgrade codecov action version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0db5f40..f906009 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: conda run --name rxn-env poetry install conda run --name rxn-env inv run-tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml