File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 - name : Generate docs
2929 run : poetry run sphinx-build docs docs/_build -b html -W
3030 - name : Upload docs artifact
31- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
31+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3232 with :
3333 name : nitypes-docs
3434 path : docs/_build/
Original file line number Diff line number Diff line change 3535 - name : Run unit tests and code coverage
3636 run : poetry run pytest ./tests/unit -v --cov=nitypes --junitxml=test_results/nitypes-${{ matrix.os }}-py${{ matrix.python-version }}.xml
3737 - name : Upload test results
38- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
38+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3939 with :
4040 name : test_results_unit_${{ matrix.os }}_py${{ matrix.python-version }}
4141 path : ./test_results/*.xml
You can’t perform that action at this time.
0 commit comments