diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b43823..8c8d201 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: python -m pip install --upgrade pip build wheel twine readme-renderer - run: python -m build --sdist --wheel - run: python -m twine check dist/* - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: path: dist/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8df948..1c26694 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,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@v4 + - uses: actions/upload-artifact@v5 with: name: release-dists path: dist/