File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9797 CIBW_ARCHS : ${{ inputs.cibw-archs }}
9898
9999 - name : " Upload wheel"
100- uses : actions/upload-artifact@v3
100+ uses : actions/upload-artifact@v4
101101 with :
102102 name : wheels
103103 path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change 6767 python -m build && python -m twine check dist/*
6868
6969 - name : " Upload distribution artifacts to GitHub artifacts"
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 name : ${{ inputs.library-name }}-artifacts
7373 path : dist/
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ runs:
143143 dest : ${{ inputs.library-name }}-v${{ env.library_version }}-${{ env.wheelhouse_target }}-${{ inputs.operating-system }}-${{ inputs.python-version }}.zip
144144
145145 - name : " Upload the compressed wheelhouse"
146- uses : actions/upload-artifact@v3
146+ uses : actions/upload-artifact@v4
147147 with :
148148 name : ${{ inputs.library-name }}-v${{ env.library_version }}-${{ env.wheelhouse_target }}-${{ inputs.operating-system }}-${{ inputs.python-version }}
149149 path : ${{ inputs.library-name }}-v${{ env.library_version }}-${{ env.wheelhouse_target }}-${{ inputs.operating-system }}-${{ inputs.python-version }}.zip
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ runs:
456456 python dependency-check.py
457457
458458 - name : " Uploading safety and bandit results"
459- uses : actions/upload-artifact@v3
459+ uses : actions/upload-artifact@v4
460460 if : always()
461461 with :
462462 name : vulnerability-results
Original file line number Diff line number Diff line change @@ -226,21 +226,21 @@ runs:
226226 fi
227227
228228 - name : " Upload HTML documentation artifact"
229- uses : actions/upload-artifact@v3
229+ uses : actions/upload-artifact@v4
230230 with :
231231 name : documentation-html
232232 path : doc/_build/html
233233 retention-days : 7
234234
235235 - name : " Upload PDF documentation artifact"
236- uses : actions/upload-artifact@v3
236+ uses : actions/upload-artifact@v4
237237 with :
238238 name : documentation-pdf
239239 path : doc/_build/latex/*.pdf
240240 retention-days : 7
241241
242242 - name : " Upload JSON documentation artifact"
243- uses : actions/upload-artifact@v3
243+ uses : actions/upload-artifact@v4
244244 if : inputs.skip-json-build == 'false'
245245 with :
246246 name : documentation-json
You can’t perform that action at this time.
0 commit comments