File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 uses : fizyk/actions-reuse/.github/actions/pipenv-run@v4.2.1
6767 with :
6868 command : pytest -n auto -c pyproject.oldest.toml --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
69- - uses : actions/upload-artifact@v6
69+ - uses : actions/upload-artifact@v7
7070 if : failure()
7171 with :
7272 name : postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
Original file line number Diff line number Diff line change 6161 uses : fizyk/actions-reuse/.github/actions/pipenv-run@v4.2.1
6262 with :
6363 command : pytest -n auto --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
64- - uses : actions/upload-artifact@v6
64+ - uses : actions/upload-artifact@v7
6565 if : failure()
6666 with :
6767 name : postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
You can’t perform that action at this time.
0 commit comments