diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc04e46..16df1e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: pytest --cov=agentic_ran --cov-report=term-missing --cov-report=xml - name: Upload coverage if: matrix.python-version == '3.12' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-xml path: coverage.xml @@ -54,7 +54,7 @@ jobs: - run: python -m pip install build twine - run: python -m build - run: python -m twine check dist/* - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: python-package path: dist/*