File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 persist-credentials : false
113113
114114 - name : 🔻 Download artifact containing the book
115- uses : actions/download-artifact@v3
115+ uses : actions/download-artifact@v4.1.7
116116 with :
117117 # Artifact name
118118 name : book-en # optional
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 persist-credentials : false
113113
114114 - name : 🔻 Download artifact containing the book
115- uses : actions/download-artifact@v3
115+ uses : actions/download-artifact@v4.1.7
116116 with :
117117 # Artifact name
118118 name : book-fr # optional
Original file line number Diff line number Diff line change 9797 persist-credentials : false
9898
9999 - name : 🔻 Download artifact containing the presentation
100- uses : actions/download-artifact@v3
100+ uses : actions/download-artifact@v4.1.7
101101 with :
102102 # Artifact name
103103 name : pres-en # optional
Original file line number Diff line number Diff line change 9797 persist-credentials : false
9898
9999 - name : 🔻 Download artifact containing the presentation
100- uses : actions/download-artifact@v3
100+ uses : actions/download-artifact@v4.1.7
101101 with :
102102 # Artifact name
103103 name : pres-fr # optional
You can’t perform that action at this time.
0 commit comments