From d294916d706686d8dcd597bd8b6206e23a710ed1 Mon Sep 17 00:00:00 2001 From: "@iMerica" Date: Mon, 15 Apr 2024 01:51:41 -0500 Subject: [PATCH] Updates Matrix name --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73d0fd4..7eb0af9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: path: dist/ test: runs-on: ubuntu-20.04 - name: Test + name: Test Python ${{ matrix.python-version }} + Django ~= ${{ matrix.django-version }} needs: [build] strategy: matrix: @@ -62,7 +62,7 @@ jobs: mkdir -p test-results/ coverage report coverage xml - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 - name: Store test results uses: actions/upload-artifact@v4 with: