|
43 | 43 | run: make pip-dist-check |
44 | 44 |
|
45 | 45 | - name: Archive pip artifacts |
46 | | - uses: actions/upload-artifact@v3 |
| 46 | + uses: actions/upload-artifact@v4.4.0 |
47 | 47 | with: |
48 | 48 | name: pip_dist |
49 | 49 | path: pip_dist |
|
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.8 |
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.8 |
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.8 |
206 | 206 | with: |
207 | 207 | name: pip_dist |
208 | 208 | path: pip_dist |
@@ -271,7 +271,7 @@ jobs: |
271 | 271 | run: make rpm-dist-check |
272 | 272 |
|
273 | 273 | - name: Archive RPM artifacts |
274 | | - uses: actions/upload-artifact@v3 |
| 274 | + uses: actions/upload-artifact@v4.4.0 |
275 | 275 | with: |
276 | 276 | name: rpm_dist_${{ matrix.target.os }}_${{ matrix.target.dist }} |
277 | 277 | path: rpm_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.8 |
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.8 |
376 | 376 | with: |
377 | 377 | name: rpm_dist_${{ matrix.target.os }}_${{ matrix.target.dist }} |
378 | 378 | path: rpm_dist |
@@ -433,7 +433,7 @@ jobs: |
433 | 433 | run: make deb-dist-check |
434 | 434 |
|
435 | 435 | - name: Archive deb artifacts |
436 | | - uses: actions/upload-artifact@v3 |
| 436 | + uses: actions/upload-artifact@v4.4.0 |
437 | 437 | with: |
438 | 438 | name: deb_dist |
439 | 439 | path: deb_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.8 |
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.8 |
546 | 546 | with: |
547 | 547 | name: deb_dist |
548 | 548 | path: deb_dist |
|
0 commit comments