diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1736cb3..b369b26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - run: python -m pip install --upgrade pip build wheel twine - run: python -m build --sdist --wheel - run: python -m twine check dist/* - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: path: dist/* pytest: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3827321..31da8ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: python-version: "3.x" - run: python -m pip install --upgrade pip build wheel - run: python -m build --sdist --wheel - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: release-dists path: dist/