File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949 needs : build-docs
5050 if : contains(github.ref, 'tags')
5151 steps :
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353 - uses : actions/download-artifact@v4.1.7
5454 with :
5555 name : docs
Original file line number Diff line number Diff line change 5454 run : python -m tox
5555
5656 - name : Upload pytest test results
57- uses : actions/upload-artifact@v3
57+ uses : actions/upload-artifact@v4
5858 with :
5959 name : pytest-results-${{ matrix.platform }} py${{ matrix.python-version }}
6060 path : reports/
8383 permissions :
8484 id-token : write
8585 steps :
86- - uses : actions/checkout@v2
86+ - uses : actions/checkout@v4
8787 - name : Set up Python
88- uses : actions/setup-python@v2
88+ uses : actions/setup-python@v5
8989 with :
9090 python-version : " 3.x"
9191 - name : Install build
You can’t perform that action at this time.
0 commit comments