File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
persist-credentials : false
113
113
114
114
- name : 🔻 Download artifact containing the book
115
- uses : actions/download-artifact@v3
115
+ uses : actions/download-artifact@v4.1.7
116
116
with :
117
117
# Artifact name
118
118
name : book-en # optional
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
persist-credentials : false
113
113
114
114
- name : 🔻 Download artifact containing the book
115
- uses : actions/download-artifact@v3
115
+ uses : actions/download-artifact@v4.1.7
116
116
with :
117
117
# Artifact name
118
118
name : book-fr # optional
Original file line number Diff line number Diff line change 97
97
persist-credentials : false
98
98
99
99
- name : 🔻 Download artifact containing the presentation
100
- uses : actions/download-artifact@v3
100
+ uses : actions/download-artifact@v4.1.7
101
101
with :
102
102
# Artifact name
103
103
name : pres-en # optional
Original file line number Diff line number Diff line change 97
97
persist-credentials : false
98
98
99
99
- name : 🔻 Download artifact containing the presentation
100
- uses : actions/download-artifact@v3
100
+ uses : actions/download-artifact@v4.1.7
101
101
with :
102
102
# Artifact name
103
103
name : pres-fr # optional
You can’t perform that action at this time.
0 commit comments