From 6be2e563e6468c026358d3f1c2a7d0eff17d138b Mon Sep 17 00:00:00 2001 From: Steven Christe Date: Tue, 15 Oct 2024 12:46:45 -0400 Subject: [PATCH] Update testing.yml --- .github/workflows/testing.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index af8d333..0c05175 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -32,5 +32,6 @@ jobs: - name: Run tests run: | pytest --pyargs roentgen --cov roentgen - - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 + - name: Codecov + uses: codecov/codecov-action@v4.6.0 +