File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 # Otherwise, `git describe` is not working
2424 fetch-depth : 0
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 cache : " pip"
3838 coverage run -m pytest --junit-xml=test-results.xml src/tests
3939 coverage xml
4040 - name : Upload test results
41- uses : actions/upload-artifact@v3
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : pytest-results-${{ matrix.python-version }}
4444 path : test-results.xml
6161
6262 steps :
6363 - name : Download artifacts
64- uses : actions/download-artifact@v3
64+ uses : actions/download-artifact@v4
6565 with :
6666 path : artifacts
6767 - name : Publish test results
You can’t perform that action at this time.
0 commit comments