File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 fakeroot debian/rules binary
4646 cd -
4747 done
48- - uses : actions/upload-artifact@v3
48+ - uses : actions/upload-artifact@v4
4949 with :
5050 name : debian-packages
5151 path : catkin_ws/src/clover/*.deb
Original file line number Diff line number Diff line change 6666 wget --no-verbose https://clover.coex.tech/clover_en.pdf -P _book/
6767 - name : Upload artifact
6868 # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
69- uses : actions/upload-pages-artifact@v1
69+ uses : actions/upload-pages-artifact@v3
7070 with :
7171 path : _book
7272
8686 FREEZE_DOCS : ${{ secrets.FREEZE_DOCS }}
8787 if : ${{ !env.FREEZE_DOCS }}
8888 id : deployment
89- uses : actions/deploy-pages@v1
89+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments