File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v5
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.x"
1919
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v5
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Install dependencies
3030 - name : Test with pytest
3131 run : |
3232 pytest --mpl --mpl-results-path=results --mpl-generate-summary=html
33- - uses : actions/upload-artifact@v4
33+ - uses : actions/upload-artifact@v5
3434 if : failure()
3535 with :
3636 name : pytest-${{ matrix.python-version }}-results
You can’t perform that action at this time.
0 commit comments