diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ca7a42..3653a23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: venv/bin/pip install --upgrade pip venv/bin/pip install build venv/bin/python -m build --outdir dist/ - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() with: name: dist