@@ -70,13 +70,13 @@ jobs:
7070 DB_PASSWORD : debug_toolbar
7171 DB_HOST : 127.0.0.1
7272 DB_PORT : 3306
73- COVERAGE_FILE : " .coverage.mysql.${{ matrix.python_version }}"
73+ COVERAGE_FILE : " .coverage.mysql.${{ matrix.python-version }}"
7474
7575 - name : Store coverage file
7676 uses : actions/upload-artifact@v4
7777 with :
78- name : coverage-mysql-${{ matrix.python_version }}
79- path : .coverage.mysql.${{ matrix.python_version }}*
78+ name : coverage-mysql-${{ matrix.python-version }}
79+ path : .coverage.mysql.${{ matrix.python-version }}*
8080 include-hidden-files : true
8181
8282
@@ -171,13 +171,13 @@ jobs:
171171 DB_HOST : localhost
172172 DB_PORT : 5432
173173 DJANGO_SELENIUM_TESTS : ${{ matrix.env.DJANGO_SELENIUM_TESTS }}
174- COVERAGE_FILE : " .coverage.${{ matrix.database }}.${{ matrix.python_version }}"
174+ COVERAGE_FILE : " .coverage.${{ matrix.database }}.${{ matrix.python-version }}"
175175
176176 - name : Store coverage file
177177 uses : actions/upload-artifact@v4
178178 with :
179- name : coverage-${{ matrix.database }}-${{ matrix.python_version }}
180- path : .coverage.${{ matrix.database }}.${{ matrix.python_version }}*
179+ name : coverage-${{ matrix.database }}-${{ matrix.python-version }}
180+ path : .coverage.${{ matrix.database }}.${{ matrix.python-version }}*
181181 include-hidden-files : true
182182
183183 sqlite :
@@ -223,13 +223,13 @@ jobs:
223223 env :
224224 DB_BACKEND : sqlite3
225225 DB_NAME : " :memory:"
226- COVERAGE_FILE : " .coverage.sqlite.${{ matrix.python_version }}"
226+ COVERAGE_FILE : " .coverage.sqlite.${{ matrix.python-version }}"
227227
228228 - name : Store coverage file
229229 uses : actions/upload-artifact@v4
230230 with :
231- name : coverage-sqlite-${{ matrix.python_version }}
232- path : .coverage.sqlite.${{ matrix.python_version }}*
231+ name : coverage-sqlite-${{ matrix.python-version }}
232+ path : .coverage.sqlite.${{ matrix.python-version }}*
233233 include-hidden-files : true
234234
235235 lint :
0 commit comments