From 9e60f5dfe3511146490d0d547abc1cb31069907a Mon Sep 17 00:00:00 2001 From: "edgarrmondragon[bot]" <143495500+edgarrmondragon[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:56:50 -0600 Subject: [PATCH] chore: Update GitHub Actions (#1198) Co-authored-by: edgarrmondragon <16805946+edgarrmondragon@users.noreply.github.com> --- .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 f4cf64cf..fe92f2e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -352,7 +352,7 @@ jobs: nox -- xml - name: Upload coverage report - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml