5656 tar --exclude=ola-debian-stable-built-source-tree.tar.gz -cvzf ola-debian-stable-built-source-tree.tar.gz .
5757 - name : SHA256 artifact archive
5858 run : sha256sum ola-debian-stable-built-source-tree.tar.gz
59- - uses : actions/upload-artifact@v3
59+ - uses : actions/upload-artifact@v4
6060 with :
6161 name : ola-debian-stable-built-source-tree
6262 path : ola-debian-stable-built-source-tree.tar.gz
6767 needs : build
6868 steps :
6969 - name : Download built source tree archive
70- uses : actions/download-artifact@v3
70+ uses : actions/download-artifact@v4
7171 with :
7272 name : ola-debian-stable-built-source-tree
7373 path : .
9797 needs : build
9898 steps :
9999 - name : Download built source tree archive
100- uses : actions/download-artifact@v3
100+ uses : actions/download-artifact@v4
101101 with :
102102 name : ola-debian-stable-built-source-tree
103103 path : .
@@ -123,7 +123,7 @@ jobs:
123123 needs : build
124124 steps :
125125 - name : Download built source tree archive
126- uses : actions/download-artifact@v3
126+ uses : actions/download-artifact@v4
127127 with :
128128 name : ola-debian-stable-built-source-tree
129129 path : .
@@ -160,7 +160,7 @@ jobs:
160160 needs : build
161161 steps :
162162 - name : Download built source tree archive
163- uses : actions/download-artifact@v3
163+ uses : actions/download-artifact@v4
164164 with :
165165 name : ola-debian-stable-built-source-tree
166166 path : .
@@ -197,7 +197,7 @@ jobs:
197197 needs : build
198198 steps :
199199 - name : Download built source tree archive
200- uses : actions/download-artifact@v3
200+ uses : actions/download-artifact@v4
201201 with :
202202 name : ola-debian-stable-built-source-tree
203203 path : .
@@ -226,7 +226,7 @@ jobs:
226226 needs : build
227227 steps :
228228 - name : Download built source tree archive
229- uses : actions/download-artifact@v3
229+ uses : actions/download-artifact@v4
230230 with :
231231 name : ola-debian-stable-built-source-tree
232232 path : .
0 commit comments