File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 - name : Build documentation
2929 run : ./tools/build-docs.sh
3030 - name : Upload documentation
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@v5
3232 with :
3333 name : documentation
3434 path : " build/html"
4545 - name : Build Python package
4646 run : ./tools/build-package.sh
4747 - name : Upload Python package
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 with :
5050 name : python-package
5151 path : " dist/*.whl"
6363 run : tools/lint-package.sh
6464 continue-on-error : true
6565 - name : Upload lint results
66- uses : actions/upload-artifact@v4
66+ uses : actions/upload-artifact@v5
6767 with :
6868 name : lint-results
6969 path : " build/*.txt"
8080 - name : Run tests
8181 run : ./tools/test-package.sh
8282 - name : Upload test results
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 with :
8585 name : test-results
8686 path : " build/*.xml"
You can’t perform that action at this time.
0 commit comments