diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd33cd1..b7f9901 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - run: make gettext - 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/