diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8ce955..b7e0b46 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@v6 + - uses: actions/upload-artifact@v7 if: always() with: name: dist