File tree Expand file tree Collapse file tree 3 files changed +75
-48
lines changed
Expand file tree Collapse file tree 3 files changed +75
-48
lines changed Original file line number Diff line number Diff line change 6464 PY_COLORS : 1
6565
6666 - name : Store coverage file
67- uses : actions/upload-artifact@v5
67+ uses : actions/upload-artifact@v6
6868 with :
6969 name : coverage-${{ matrix.python-version }}
7070 path : .coverage.${{ matrix.python-version }}
@@ -138,7 +138,7 @@ jobs:
138138 steps :
139139 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
140140
141- - uses : actions/download-artifact@v6
141+ - uses : actions/download-artifact@v7
142142 with :
143143 pattern : coverage-*
144144 merge-multiple : true
@@ -150,7 +150,7 @@ jobs:
150150 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
151151
152152 - name : Store Pull Request comment to be posted
153- uses : actions/upload-artifact@v5
153+ uses : actions/upload-artifact@v6
154154 with :
155155 name : python-coverage-comment-action
156156 path : python-coverage-comment-action.txt
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ django = ["django>=2.2"]
4747sqlalchemy = [" sqlalchemy~=2.0" ]
4848aiopg = [" aiopg" , " psycopg2-binary" ]
4949psycopg2 = [" psycopg2-binary" ]
50- sphinx = [" sphinx<9 " ]
50+ sphinx = [" sphinx<10 " ]
5151
5252[project .urls ]
5353homepage = " https://procrastinate.readthedocs.io/"
You can’t perform that action at this time.
0 commit comments