diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index be04f3f2..0b0f627f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -203,7 +203,7 @@ jobs: - name: Upload coverage results if: matrix.python-version == '3.13' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coverage-results-py3.13 path: | @@ -213,7 +213,7 @@ jobs: - name: Upload Allure results if: matrix.python-version == '3.13' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: allure-results-py${{ matrix.python-version }} path: allure_results