diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00b28ee..66ccd62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: pytest -m "not integration" --tb=short -q --cov=src --cov-report=term-missing --cov-report=xml --cov-fail-under=45 - 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 @@ -72,7 +72,7 @@ jobs: - run: 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: dist path: dist/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f91f8e..510a70e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: python-version: "3.12" - run: pip install build - run: python -m build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: dist path: dist/