File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5252 > _work/meson/symbols
5353 (cd _work/meson/prefix && find lib -type f | sort) > _work/meson/files
5454 - name : Meson - Archive Artifacts
55- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v4
5656 with :
5757 name : build-meson
5858 path : _work/meson/prefix
7171 > _work/cmake/symbols
7272 (cd _work/cmake/prefix && find lib -type f | sort) > _work/cmake/files
7373 - name : CMake - Archive Artifacts
74- uses : actions/upload-artifact@v3
74+ uses : actions/upload-artifact@v4
7575 with :
7676 name : build-cmake
7777 path : _work/cmake/prefix
8181 diff -u _work/{cmake,meson}/symbols
8282 diff -Naur _work/{cmake,meson}/prefix/usr/include/
8383 - name : Archive Documentation
84- uses : actions/upload-artifact@v3
84+ uses : actions/upload-artifact@v4
8585 with :
8686 name : docs
8787 path : _work/cmake/build/Documentation/html
9191 runs-on : ubuntu-20.04
9292 steps :
9393 - name : Fetch Documentation
94- uses : actions/download-artifact@v3
94+ uses : actions/download-artifact@v4
9595 with :
9696 name : docs
9797 path : html
Original file line number Diff line number Diff line change 2424 run : |
2525 scripts/check-style -ocode-style.diff origin/master
2626 - name : Archive Diff
27- uses : actions/upload-artifact@v3
27+ uses : actions/upload-artifact@v4
2828 if : failure()
2929 with :
3030 name : diff
You can’t perform that action at this time.
0 commit comments