File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 `find ${{ github.workspace }}/include/fiction -name "*.hpp" -print`
4343
4444 - name : Upload docstrings as an artifact
45- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
45+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4646 with :
4747 path : ${{ github.workspace }}/bindings/mnt/pyfiction/include/pyfiction/pybind11_mkdoc_docstrings.hpp
4848 overwrite : true
Original file line number Diff line number Diff line change 7373 run : uvx twine check dist/*
7474
7575 - name : Upload sdist as an artifact
76- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
76+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7777 with :
7878 name : cibw-sdist
7979 path : dist/*.tar.gz
@@ -126,7 +126,7 @@ jobs:
126126 uses : pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3
127127
128128 - name : Upload wheel as an artifact
129- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
129+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
130130 with :
131131 name : cibw-wheels-${{ matrix.runs-on }}
132132 path : ./wheelhouse/*.whl
@@ -139,7 +139,7 @@ jobs:
139139 if : github.event_name == 'release' && github.event.action == 'published'
140140 steps :
141141 - name : Download the previously stored artifacts
142- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
142+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
143143 with :
144144 pattern : cibw-*
145145 path : dist
You canβt perform that action at this time.
0 commit comments