diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7eb0af92..d4524446 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,5 +66,5 @@ jobs: - name: Store test results uses: actions/upload-artifact@v4 with: - name: ${{ hashFiles('*') }} + name: results-${{ matrix.python-version }}-${{ matrix.django-version }} path: test-results/