File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
steps :
38
38
39
39
- name : 🧰 Checkout
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
42
42
- name : 🛠️ Get bib files from umarcor/umarcor
43
43
run : |
64
64
steps :
65
65
66
66
- name : 🧰 Checkout
67
- uses : actions/checkout@v3
67
+ uses : actions/checkout@v4
68
68
69
69
- name : 🛠️ Create subdir 'doc/pdf'
70
70
run : mkdir -p doc/pdf
73
73
run : make -C doc/${{ matrix.slides }} container
74
74
75
75
- name : ' 📤 Upload artifact: ${{ matrix.slides }}.pdf'
76
- uses : actions/upload-artifact@v3
76
+ uses : actions/upload-artifact@v4
77
77
with :
78
78
name : ${{ matrix.slides }}
79
79
path : doc/pdf/*.pdf
91
91
steps :
92
92
93
93
- name : ' 📥 Download artifacts'
94
- uses : actions/download-artifact@v3
94
+ uses : actions/download-artifact@v4
95
95
with :
96
96
path : artifacts
97
97
Original file line number Diff line number Diff line change 53
53
shell : bash
54
54
55
55
- name : 🧰 Checkout
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
58
58
- name : 🛠️ Setup EDA tools
59
59
run : ./doc/setup.msys2.sh
78
78
steps :
79
79
80
80
- name : 🧰 Checkout
81
- uses : actions/checkout@v3
81
+ uses : actions/checkout@v4
82
82
with :
83
83
submodules : recursive
84
84
You can’t perform that action at this time.
0 commit comments