|
84 | 84 | tarantool-version: '2.11'
|
85 | 85 |
|
86 | 86 | - name: Download pip package artifacts
|
87 |
| - uses: actions/download-artifact@v3 |
| 87 | + uses: actions/download-artifact@v4.1.7 |
88 | 88 | with:
|
89 | 89 | name: pip_dist
|
90 | 90 | path: pip_dist
|
@@ -134,7 +134,7 @@ jobs:
|
134 | 134 | run: python3 .github/scripts/remove_source_code.py
|
135 | 135 |
|
136 | 136 | - name: Download pip package artifacts
|
137 |
| - uses: actions/download-artifact@v3 |
| 137 | + uses: actions/download-artifact@v4.1.7 |
138 | 138 | with:
|
139 | 139 | name: pip_dist
|
140 | 140 | path: pip_dist
|
@@ -202,7 +202,7 @@ jobs:
|
202 | 202 | run: pip3 install twine
|
203 | 203 |
|
204 | 204 | - name: Download pip package artifacts
|
205 |
| - uses: actions/download-artifact@v3 |
| 205 | + uses: actions/download-artifact@v4.1.7 |
206 | 206 | with:
|
207 | 207 | name: pip_dist
|
208 | 208 | path: pip_dist
|
@@ -324,7 +324,7 @@ jobs:
|
324 | 324 | dnf install -y tarantool tarantool-devel
|
325 | 325 |
|
326 | 326 | - name: Download RPM artifacts
|
327 |
| - uses: actions/download-artifact@v3 |
| 327 | + uses: actions/download-artifact@v4.1.7 |
328 | 328 | with:
|
329 | 329 | name: rpm_dist_${{ matrix.target.os }}_${{ matrix.target.dist }}
|
330 | 330 | path: rpm_dist
|
@@ -372,7 +372,7 @@ jobs:
|
372 | 372 | run: sudo apt install -y curl make
|
373 | 373 |
|
374 | 374 | - name: Download RPM artifacts
|
375 |
| - uses: actions/download-artifact@v3 |
| 375 | + uses: actions/download-artifact@v4.1.7 |
376 | 376 | with:
|
377 | 377 | name: rpm_dist_${{ matrix.target.os }}_${{ matrix.target.dist }}
|
378 | 378 | path: rpm_dist
|
@@ -490,7 +490,7 @@ jobs:
|
490 | 490 | DEBIAN_FRONTEND: noninteractive
|
491 | 491 |
|
492 | 492 | - name: Download deb artifacts
|
493 |
| - uses: actions/download-artifact@v3 |
| 493 | + uses: actions/download-artifact@v4.1.7 |
494 | 494 | with:
|
495 | 495 | name: deb_dist
|
496 | 496 | path: deb_dist
|
@@ -542,7 +542,7 @@ jobs:
|
542 | 542 | run: sudo apt install -y curl make
|
543 | 543 |
|
544 | 544 | - name: Download deb artifacts
|
545 |
| - uses: actions/download-artifact@v3 |
| 545 | + uses: actions/download-artifact@v4.1.7 |
546 | 546 | with:
|
547 | 547 | name: deb_dist
|
548 | 548 | path: deb_dist
|
|
0 commit comments