File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 7272 run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
7373
7474 - name : " Upload Coverage 🚀"
75- uses : actions/upload-artifact@v2
75+ uses : actions/upload-artifact@v3
7676 if : ${{ always() && steps.setup-python.outcome == 'success' }}
7777 with :
7878 name : " coverage-${{ matrix.config.python-version }}"
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ jobs:
6666 python -VV
6767 python -m site
6868 python -m pip install --upgrade pip setuptools wheel
69- python -m pip install --upgrade tox virtualenv!=20.16.0
69+ python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
7070 python -m pip install --upgrade coverage_pyver_pragma
7171
7272 - name : " Run Tests for Python ${{ matrix.config.python-version }}"
7373 if : steps.setup-python.outcome == 'success'
7474 run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
7575
7676 - name : " Upload Coverage 🚀"
77- uses : actions/upload-artifact@v2
77+ uses : actions/upload-artifact@v3
7878 if : ${{ always() && steps.setup-python.outcome == 'success' }}
7979 with :
8080 name : " coverage-${{ matrix.config.python-version }}"
9999 python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
100100
101101 - name : " Download Coverage 🪂"
102- uses : actions/download-artifact@v2
102+ uses : actions/download-artifact@v3
103103 with :
104104 path : coverage
105105
@@ -117,7 +117,7 @@ jobs:
117117
118118 - name : " Upload Combined Coverage Artefact 🚀"
119119 if : ${{ steps.show.outcome != 'failure' }}
120- uses : actions/upload-artifact@v2
120+ uses : actions/upload-artifact@v3
121121 with :
122122 name : " combined-coverage"
123123 path : .coverage
Original file line number Diff line number Diff line change 7171 run : python -m tox -e "${{ matrix.config.testenvs }}" -s false
7272
7373 - name : " Upload Coverage 🚀"
74- uses : actions/upload-artifact@v2
74+ uses : actions/upload-artifact@v3
7575 if : ${{ always() && steps.setup-python.outcome == 'success' }}
7676 with :
7777 name : " coverage-${{ matrix.config.python-version }}"
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ seed_intersphinx_mapping
109109 :target: https://github.com/sphinx-toolbox/seed_intersphinx_mapping/commit/master
110110 :alt: GitHub last commit
111111
112- .. |maintained | image :: https://img.shields.io/maintenance/yes/2022
112+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
113113 :alt: Maintenance
114114
115115.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/seed_intersphinx_mapping
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ seed_intersphinx_mapping
114114 :last-commit:
115115 :alt: GitHub last commit
116116
117- .. |maintained | maintained-shield :: 2022
117+ .. |maintained | maintained-shield :: 2023
118118 :alt: Maintenance
119119
120120 .. |pypi-downloads | pypi-shield ::
Original file line number Diff line number Diff line change 22# You may add new sections, but any changes made to the following sections will be lost:
33# * tox
44# * envlists
5+ # * testenv:py312-dev
56# * testenv:docs
67# * testenv:build
78# * testenv:lint
You can’t perform that action at this time.
0 commit comments