diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f20059..39a1228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: # 12️⃣ Сохраняем кэш pytest при падении тестов - name: Upload pytest cache if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: pytest-cache path: .pytest_cache/