From 821451fddcf6848b441354368fd3e339a87a0c85 Mon Sep 17 00:00:00 2001 From: Dulmandakh Date: Sun, 29 Sep 2024 21:23:21 +0800 Subject: [PATCH] CI: bump upload-artifact and codecov actions (#1567) CI: bump actions/upload-artifact and codecov/codecov-action actions --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4bc23724..7d9a9f88 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,11 +54,11 @@ jobs: - run: tox -e ${{ matrix.tox }} - name: Upload coverage.xml if: ${{ matrix.python == '3.10' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: graphene-coverage path: coverage.xml if-no-files-found: error - name: Upload coverage.xml to codecov if: ${{ matrix.python == '3.10' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4