From 02c44b05000da3bc401c93306b6e76dbc5e05ff4 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Tue, 16 Dec 2025 16:51:23 +0000 Subject: [PATCH] Upgrade GitHub Actions to latest versions Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index e2a96f6..3fff70b 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -36,7 +36,7 @@ jobs: - name: "upload coverage to codecov" if: ${{ github.event_name == 'push' }} - uses: "codecov/codecov-action@v1" + uses: "codecov/codecov-action@v5" with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true