File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 ./make.bat html
9999 if : runner.os == 'Windows'
100100 - name : Upload build docs
101- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
101+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
102102 with :
103103 name : docs_${{ matrix.python-version }}_${{ matrix.os }}
104104 path : ${{ github.workspace }}/docs/_build/html
Original file line number Diff line number Diff line change 6363 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464 # format to the repository Actions tab.
6565 - name : " Upload artifact"
66- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
66+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6767 with :
6868 name : SARIF file
6969 path : results.sarif
You can’t perform that action at this time.
0 commit comments