File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737 steps :
3838
3939 - name : 🧰 Checkout
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v4
4141
4242 - name : 🛠️ Get bib files from umarcor/umarcor
4343 run : |
6464 steps :
6565
6666 - name : 🧰 Checkout
67- uses : actions/checkout@v3
67+ uses : actions/checkout@v4
6868
6969 - name : 🛠️ Create subdir 'doc/pdf'
7070 run : mkdir -p doc/pdf
7373 run : make -C doc/${{ matrix.slides }} container
7474
7575 - name : ' 📤 Upload artifact: ${{ matrix.slides }}.pdf'
76- uses : actions/upload-artifact@v3
76+ uses : actions/upload-artifact@v4
7777 with :
7878 name : ${{ matrix.slides }}
7979 path : doc/pdf/*.pdf
9191 steps :
9292
9393 - name : ' 📥 Download artifacts'
94- uses : actions/download-artifact@v3
94+ uses : actions/download-artifact@v4
9595 with :
9696 path : artifacts
9797
Original file line number Diff line number Diff line change 5353 shell : bash
5454
5555 - name : 🧰 Checkout
56- uses : actions/checkout@v3
56+ uses : actions/checkout@v4
5757
5858 - name : 🛠️ Setup EDA tools
5959 run : ./doc/setup.msys2.sh
7878 steps :
7979
8080 - name : 🧰 Checkout
81- uses : actions/checkout@v3
81+ uses : actions/checkout@v4
8282 with :
8383 submodules : recursive
8484
You can’t perform that action at this time.
0 commit comments