diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 743dc88..fb6405e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: - name: Build python package run: python -m build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: matrix.python-version == '3.12' with: name: dist