File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 python script/package.py
9393
9494 - name : Store the distribution packages
95- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
95+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9696 with :
9797 name : binary-distribution-${{ matrix.platform }}
9898 path : |
@@ -214,7 +214,7 @@ jobs:
214214 - name : Build a binary wheel and a source tarball
215215 run : python3 -m build
216216 - name : Store the distribution packages
217- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
217+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
218218 with :
219219 name : python-package-distributions
220220 path : dist/
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 run : make -C doc latexpdf
103103
104104 - name : Store PDF artifact
105- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
105+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
106106 with :
107107 name : dfetch-pdf-documentation
108108 path : doc/_build/latex/dfetch-*.pdf
Original file line number Diff line number Diff line change 3838 - name : Build a binary wheel and a source tarball
3939 run : python3 -m build
4040 - name : Store the distribution packages
41- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
41+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4242 with :
4343 name : python-package-distributions
4444 path : dist/
Original file line number Diff line number Diff line change 4444 publish_results : true
4545
4646 - name : " Upload artifact"
47- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
47+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4848 with :
4949 name : SARIF file
5050 path : results.sarif
You can’t perform that action at this time.
0 commit comments